Commit ca475f23 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f972af49
...@@ -349,6 +349,9 @@ class Media { ...@@ -349,6 +349,9 @@ class Media {
$this->config["CoverDir"]."Filme/high/".$Film["imdbID"].".jpg"); $this->config["CoverDir"]."Filme/high/".$Film["imdbID"].".jpg");
} }
} }
else{
echo "Überspringe ".$Film["imdbID"].PHP_EOL;
}
} }
echo $this->Console->getColoredString("Coverdownload > Serien und Staffeln", "black", "light_gray") .PHP_EOL; echo $this->Console->getColoredString("Coverdownload > Serien und Staffeln", "black", "light_gray") .PHP_EOL;
$Query = "SELECT series_nr FROM Serien GROUP BY series_nr;"; $Query = "SELECT series_nr FROM Serien GROUP BY series_nr;";
......
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