diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-24 10:35:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-24 10:35:05 -0400 |
| commit | 6be50fefc1a9fac3b573e50feaa18dd1939f3fc6 (patch) | |
| tree | 24ddb3585da5ed32e4dfd07efa0f13a27f3b15e3 | |
| parent | 24aea2f64370a44eb4144a68cac2f46a6df5e36b (diff) | |
use lastfm in file names
| -rw-r--r-- | MediaBrowser.Controller/Providers/Music/LastfmHelper.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Providers/Music/LastfmHelper.cs b/MediaBrowser.Controller/Providers/Music/LastfmHelper.cs index 8e335ba85..163d2ed53 100644 --- a/MediaBrowser.Controller/Providers/Music/LastfmHelper.cs +++ b/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) { |
