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