Commit 0a05ee9e authored by Nico Schallehn's avatar Nico Schallehn

test

parent e7627158
......@@ -443,7 +443,7 @@ class Media {
$this->gibTMDBdata ( $array["imdbID"], $array);
// TODO Summery und Youtube hinzufügen
} else{
echo $this->Console->error("imdbID nicht bei imdb gefunden!").PHP_EOL;
echo $this->Console->error("imdbID (".$array["imdbID"].") nicht bei imdb gefunden!").PHP_EOL;
file_put_contents("./phpTestout/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND);
return 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