aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Controller/Providers/Music/LastfmHelper.cs4
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)
{