Update TheMovieDB API key to our own
This commit is contained in:
parent
2421cbd9cb
commit
036dfc4168
|
@ -168,7 +168,7 @@ namespace MediaBrowser.Providers.Movies
|
|||
private const string TmdbConfigUrl = BaseMovieDbUrl + "3/configuration?api_key={0}";
|
||||
private const string GetMovieInfo3 = BaseMovieDbUrl + @"3/movie/{0}?api_key={1}&append_to_response=casts,releases,images,keywords,trailers";
|
||||
|
||||
internal static string ApiKey = "f6bd687ffa63cd282b6ff2c6877f2669";
|
||||
internal static string ApiKey = "4219e299c89411838049ab0dab19ebd5";
|
||||
internal static string AcceptHeader = "application/json,image/*";
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace MediaBrowser.Providers.Movies
|
|||
private static readonly CultureInfo EnUs = new CultureInfo("en-US");
|
||||
private const string Search3 = MovieDbProvider.BaseMovieDbUrl + @"3/search/{3}?api_key={1}&query={0}&language={2}";
|
||||
|
||||
internal static string ApiKey = "f6bd687ffa63cd282b6ff2c6877f2669";
|
||||
internal static string ApiKey = "4219e299c89411838049ab0dab19ebd5";
|
||||
internal static string AcceptHeader = "application/json,image/*";
|
||||
|
||||
private readonly ILogger _logger;
|
||||
|
|
Loading…
Reference in New Issue
Block a user