Commit 8f3bbdfb authored by Nico Schallehn's avatar Nico Schallehn

counter an falschen stellen rausgenommen

parent eefdfcca
......@@ -841,11 +841,9 @@ class Media {
}else{
echo "fail (Kein Hintergrundbild gefunden)!".PHP_EOL;
file_put_contents("./phpTestout/cover.txt", "Kein Hintergrundbild für ".$Film["imdbID"]." auf fanart.tv".PHP_EOL, FILE_APPEND);
$counterNotFound++;
}
}else{
echo "fail (Film nicht gefunden)!".PHP_EOL;
$counterNotFound++;
}
if(!file_exists($this->config["CoverDir"]."Filme/background/".$Film["imdbID"].".jpg")){
......
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