Commit 064cd074 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1c2ab77d
......@@ -156,8 +156,8 @@ class Media {
//$array["md5"] = md5_file($Pfad.$FilenameOrg); //TODO Einkommentieren für md5
$array["md5"] = md5_file("/tmp/".$array["imdbID"].".xml");
$array["rating"] = $imdb->getRating();
$array["Genre"] = $imdb->getGenre();
$array["Schauspieler"] = $imdb->getCast();
$array["Genre"] = $imdb->getGenreAsUrl();
$array["Schauspieler"] = $imdb->getCastAsUrl();
} else{
echo "nichts gefunden!".PHP_EOL;
}
......
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