Commit 8d32a9a1 authored by Nico Schallehn's avatar Nico Schallehn

test

parent da720548
......@@ -387,10 +387,18 @@ class Media {
$array["Genre"] = $imdb->getGenre();
$Schauspieler = $imdb->getCastAsOwn(0, false);
$array["SchauspielerRole"] = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false);
$SchauspielerRole = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false);
$Schauspieler = explode("/", str_replace("nm", "", $Schauspieler));
var_dump($Schauspieler);
var_dump($SchauspielerRole);
//$array["Schauspieler"]
exit;
$array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]);
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