Commit b7567d66 authored by ivaya's avatar ivaya

Debug Ausgabe in coverdownload entfernt

parent abeeb69e
......@@ -786,7 +786,7 @@ class Media {
shell_exec("mkdir ".$this->config["CoverDir"]."Filme/background");
}
while ($Film = $result->fetch_assoc()){
echo "imdbID = ".$Film["imdbID"].PHP_EOL;
//echo "imdbID = ".$Film["imdbID"].PHP_EOL;
//echo $url.PHP_EOL;
if(!file_exists($this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg")){
echo " Lade Cover von Markus ....";
......
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