mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update TheAudioDB API key to our own
This commit is contained in:
parent
036dfc4168
commit
18fae029d6
@ -27,7 +27,7 @@ namespace MediaBrowser.Providers.Music
|
|||||||
|
|
||||||
public static AudioDbArtistProvider Current;
|
public static AudioDbArtistProvider Current;
|
||||||
|
|
||||||
private const string ApiKey = "49jhsf8248yfahka89724011";
|
private const string ApiKey = "195003";
|
||||||
public const string BaseUrl = "https://www.theaudiodb.com/api/v1/json/" + ApiKey;
|
public const string BaseUrl = "https://www.theaudiodb.com/api/v1/json/" + ApiKey;
|
||||||
|
|
||||||
public AudioDbArtistProvider(IServerConfigurationManager config, IFileSystem fileSystem, IHttpClient httpClient, IJsonSerializer json)
|
public AudioDbArtistProvider(IServerConfigurationManager config, IFileSystem fileSystem, IHttpClient httpClient, IJsonSerializer json)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user