2
0
Эх сурвалжийг харах

Update TheAudioDB API key to our own

Joshua Boniface 6 жил өмнө
parent
commit
41da58206f

+ 1 - 1
MediaBrowser.Providers/Music/AudioDbArtistProvider.cs

@@ -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)