Browse Source

use lastfm in file names

Luke Pulverenti 12 năm trước cách đây
mục cha
commit
6be50fefc1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      MediaBrowser.Controller/Providers/Music/LastfmHelper.cs

+ 2 - 2
MediaBrowser.Controller/Providers/Music/LastfmHelper.cs

@@ -8,8 +8,8 @@ namespace MediaBrowser.Controller.Providers.Music
 {
     public static class LastfmHelper
     {
-        public static string LocalArtistMetaFileName = "mbartist.js";
-        public static string LocalAlbumMetaFileName = "mbalbum.js";
+        public static string LocalArtistMetaFileName = "lastfmartist.json";
+        public static string LocalAlbumMetaFileName = "lastfmalbum.json";
 
         public static void ProcessArtistData(BaseItem artist, LastfmArtist data)
         {