Commit be8ffde4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5b45eedf
......@@ -972,8 +972,9 @@ class Media {
$this->config["CoverDir"]."Filme/high/".$Film["imdbID"].".jpg");
}
}else {
shell_exec("rm ".$this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg");
echo "geht fehler rm".PHP_EOL;
shell_exec("rm ".$this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg");
}
echo "geht2".PHP_EOL;
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