Commit 147ef47d authored by Nico Schallehn's avatar Nico Schallehn

todos für morgen ergänzt

parent 7fdd4131
...@@ -386,7 +386,8 @@ class Media { ...@@ -386,7 +386,8 @@ class Media {
$array["Genre"] = $imdb->getGenre(); $array["Genre"] = $imdb->getGenre();
$array["Schauspieler"] = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false); $array["Schauspieler"] = $imdb->getCastAsOwn(0, false);
$array["SchauspielerRole"] = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false);
$array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]); $array["fsk"] = $this->gibFSK ($imdb,$array["imdbID"]);
...@@ -602,8 +603,12 @@ class Media { ...@@ -602,8 +603,12 @@ class Media {
} }
} }
} }
var_dump($DataArr["Schauspieler"]); //var_dump($DataArr["Schauspieler"]);
exit; //TODO Update für Schauspieler role einbauen
//exit;
//$fehlerglobal .= $fehler; //$fehlerglobal .= $fehler;
//echo $fehler; //echo $fehler;
if(!$first){ if(!$first){
......
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