aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-01-09 12:19:10 -0500
committerJoshua Boniface <joshua@boniface.me>2019-01-09 12:19:10 -0500
commit41da58206ffdb553bbcf6fe503f02021fced5677 (patch)
treeb00b5bebd026f035680c13eb04b5dd9112a966a7
parent909409bb6d3bf90711e981c2340a8710a3675520 (diff)
Update TheAudioDB API key to our own
-rw-r--r--MediaBrowser.Providers/Music/AudioDbArtistProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Music/AudioDbArtistProvider.cs b/MediaBrowser.Providers/Music/AudioDbArtistProvider.cs
index e0d193ff1..1769bc1ae 100644
--- a/MediaBrowser.Providers/Music/AudioDbArtistProvider.cs
+++ b/MediaBrowser.Providers/Music/AudioDbArtistProvider.cs
@@ -27,7 +27,7 @@ namespace MediaBrowser.Providers.Music
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 AudioDbArtistProvider(IServerConfigurationManager config, IFileSystem fileSystem, IHttpClient httpClient, IJsonSerializer json)