Commit c72826e5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d27af28a
......@@ -1367,7 +1367,7 @@ class Media {
while ($Film2 = $result2->fetch_assoc()){
if(!file_exists($this->config["CoverDir"]."Staffeln/full/".$Film2["season_nr"].".jpg")){
echo " kein cover für (".$Film2["season_nr"].") gefunden";
echo " kein cover für (".$Film2["season_nr"].") gefunden".PHP_EOL;
/*echo " Lade Cover (".$Film2["season_nr"].") von Markus ....";
$url = "http://mediadb.ddns.net/cover/Staffeln/full/".$Film2["season_nr"].".jpg";
//echo $url;
......
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