Merge pull request #13453 from luzpaz/extentions-typo

Fix source typo
master
luzpaz 22 hours ago committed by GitHub
parent 350b7feefa
commit 6fda268892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save