Update FanArt API key to our own
This commit is contained in:
parent
41da58206f
commit
04ab1daa02
|
@ -28,7 +28,7 @@ namespace MediaBrowser.Providers.Music
|
|||
{
|
||||
public class FanartArtistProvider : IRemoteImageProvider, IHasOrder
|
||||
{
|
||||
internal const string ApiKey = "5c6b04c68e904cfed1e6cbc9a9e683d4";
|
||||
internal const string ApiKey = "184e1a2b1fe3b94935365411f919f638";
|
||||
private const string FanArtBaseUrl = "https://webservice.fanart.tv/v3.1/music/{1}?api_key={0}";
|
||||
|
||||
private readonly CultureInfo _usCulture = new CultureInfo("en-US");
|
||||
|
|
Loading…
Reference in New Issue
Block a user