Commit b7567d66 authored by ivaya's avatar ivaya

Debug Ausgabe in coverdownload entfernt

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