Commit 311ed377 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7c7be67d
...@@ -388,7 +388,7 @@ class Media { ...@@ -388,7 +388,7 @@ class Media {
$array["Genre"] = $imdb->getGenre(); $array["Genre"] = $imdb->getGenre();
$Schauspieler = $imdb->getCastAsOwn(0, false); $Schauspieler = $imdb->getCastAsOwn(0, false);
$array["SchauspielerRole"] = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false); $array["SchauspielerRole"] = $imdb->getCastAndCharacter(0, false);//ALT:$imdb->getCastAsOwn(0, false);
$array["Schauspieler"] = explode(">", str_replace("nm", "", $value3)); $array["Schauspieler"] = explode(">", str_replace("nm", "", $Schauspieler));
var_dump($array["Schauspieler"]); var_dump($array["Schauspieler"]);
exit; exit;
......
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