Explorar o código

Update TheAudioDB API key to our own

Joshua Boniface %!s(int64=6) %!d(string=hai) anos
pai
achega
41da58206f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Providers/Music/AudioDbArtistProvider.cs

+ 1 - 1
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)