Commit 77b0bf2b authored by Nico Schallehn's avatar Nico Schallehn

bugfix 2 (bedingung zu viel)

parent 989af783
......@@ -1366,7 +1366,7 @@ class Media {
echo " Lade Cover von fanart.tv ....";
if(filesize($this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg")==0){
//if(filesize($this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg")==0){
$fanart = $this->jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key);
......@@ -1380,7 +1380,7 @@ class Media {
}
shell_exec("wget ".$posterURL." -O ".$this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg > /dev/null 2>&1"); //");//
}
//}
......
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