Browse Source

Merge pull request #13453 from luzpaz/extentions-typo

Fix source typo
luzpaz 4 tháng trước cách đây
mục cha
commit
6fda268892
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Controller/Entities/Audio/IHasAlbumArtist.cs

+ 1 - 1
MediaBrowser.Controller/Entities/Audio/IHasAlbumArtist.cs

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