Commit afd0b9b2 authored by Nico Schallehn's avatar Nico Schallehn

kleine Änderung

parent 916991a5
......@@ -695,6 +695,7 @@ class Media {
$url = "https://api.themoviedb.org/3/find/tt".$array["imdbID"]."?external_source=imdb_id&api_key=".$this->config["ApiKeys"]['Tmdb_Key']."&language=de&append_to_response=trailers";
$tmdb = $this->jsonCacheDecoder($url);
echo $url;
if(isset($tmdb["tv_results"][0])){
$array["SerienName"] = $tmdb["tv_results"][0]["name"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment