Commit 7813cb5f authored by Nico Schallehn's avatar Nico Schallehn

test

parent da26c714
......@@ -783,9 +783,9 @@ class Media {
file_put_contents("./phpTestout/imdbID/".$array["imdbID"].".txt", "Keine Infos auf TMDB gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND);
return false; //TODO Abbruch wenn keine Daten auf TMDB gefunden
}
if(!(strpos($Pfad.$FilenameOrg, "Märchen") == false)){
/*if(!(strpos($Pfad.$FilenameOrg, "Märchen") == false)){
$array["collection"] = "Märchen";
}
}*/
} else{
echo $this->Console->error("imdbID (".$array["imdbID"].") nicht bei imdb gefunden!").PHP_EOL;
file_put_contents("./phpTestout/imdbID/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND);
......
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