mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Update FanArt API key to our own
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user