From 6be50fefc1a9fac3b573e50feaa18dd1939f3fc6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 24 May 2013 10:35:05 -0400 Subject: [PATCH] use lastfm in file names --- MediaBrowser.Controller/Providers/Music/LastfmHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Controller/Providers/Music/LastfmHelper.cs b/MediaBrowser.Controller/Providers/Music/LastfmHelper.cs index 8e335ba859..163d2ed533 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) {