Commit 656aa9d2 authored by Nico Schallehn's avatar Nico Schallehn

test

parent c45ea51f
...@@ -386,7 +386,8 @@ class Media { ...@@ -386,7 +386,8 @@ class Media {
$array["Genre"] = $imdb->getGenre(); $array["Genre"] = $imdb->getGenre();
$array["Schauspieler"] = $imdb->getCastAsOwn(0, false); $array["Schauspieler"] = getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false);
$array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]); $array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]);
if ($array["fsk"] == false){ if ($array["fsk"] == false){
......
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