Commit 03d04025 authored by Nico Schallehn's avatar Nico Schallehn

t

parent 9afe1fd1
......@@ -441,6 +441,9 @@ class Media {
$array["Genre"] = $imdb->getGenre();
$array["Schauspieler"] = $imdb->getCastAsOwn(0, false);
$array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]);
if ($array["fsk"] == false){
unset($array["fsk"]);
}
$this->gibTMDBdata ( $array["imdbID"], $array);
// TODO Summery und Youtube hinzufügen
} else{
......
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