aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-24 10:35:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-24 10:35:05 -0400
commit6be50fefc1a9fac3b573e50feaa18dd1939f3fc6 (patch)
tree24ddb3585da5ed32e4dfd07efa0f13a27f3b15e3
parent24aea2f64370a44eb4144a68cac2f46a6df5e36b (diff)
use lastfm in file names
-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)
{