mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Update FanArt API key to our own
This commit is contained in:
parent
18fae029d6
commit
44ec5d2631
@ -28,7 +28,7 @@ namespace MediaBrowser.Providers.Music
|
|||||||
{
|
{
|
||||||
public class FanartArtistProvider : IRemoteImageProvider, IHasOrder
|
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 const string FanArtBaseUrl = "https://webservice.fanart.tv/v3.1/music/{1}?api_key={0}";
|
||||||
|
|
||||||
private readonly CultureInfo _usCulture = new CultureInfo("en-US");
|
private readonly CultureInfo _usCulture = new CultureInfo("en-US");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user