Commit ed899292 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 28cb063c
......@@ -838,7 +838,6 @@ class Media {
if(!($Data === false)){
$fanart = json_decode($Data,true);
if(isset($fanart["moviebackground"][0]["url"])){
$url = $fanart["moviebackground"][0]["url"];
shell_exec("wget ".$url." -O ".$this->config["CoverDir"]."Filme/background/".$Film["imdbID"].".jpg > /dev/null 2>&1");
echo "done!".PHP_EOL;
......
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