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-15 19:14:36 -0500
commit18fae029d643d0a3031de1804406afbad43a8d68 (patch)
treecd2479d74a1a9f49cdcb09ab1281828e2f008ea8
parent036dfc416878b401b379446add505ea47df2096a (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)