mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
use lastfm in file names
This commit is contained in:
parent
24aea2f643
commit
6be50fefc1
@ -8,8 +8,8 @@ namespace MediaBrowser.Controller.Providers.Music
|
|||||||
{
|
{
|
||||||
public static class LastfmHelper
|
public static class LastfmHelper
|
||||||
{
|
{
|
||||||
public static string LocalArtistMetaFileName = "mbartist.js";
|
public static string LocalArtistMetaFileName = "lastfmartist.json";
|
||||||
public static string LocalAlbumMetaFileName = "mbalbum.js";
|
public static string LocalAlbumMetaFileName = "lastfmalbum.json";
|
||||||
|
|
||||||
public static void ProcessArtistData(BaseItem artist, LastfmArtist data)
|
public static void ProcessArtistData(BaseItem artist, LastfmArtist data)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user