Commit 7fdd4131 authored by Nico Schallehn's avatar Nico Schallehn

test

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