Merge pull request #13453 from luzpaz/extentions-typo

Fix source typo
This commit is contained in:
luzpaz
2025-01-29 10:56:25 -05:00
committed by GitHub
parent 350b7feefa
commit 6fda268892

View File

@@ -22,7 +22,7 @@ namespace MediaBrowser.Controller.Entities.Audio
IReadOnlyList<string> Artists { get; set; }
}
public static class Extentions
public static class Extensions
{
public static IEnumerable<string> GetAllArtists<T>(this T item)
where T : IHasArtist, IHasAlbumArtist