Commit 989af783 authored by Nico Schallehn's avatar Nico Schallehn

bugfix ($this-> vergessen)

parent 4de34b12
......@@ -1368,7 +1368,7 @@ class Media {
echo " Lade Cover von fanart.tv ....";
if(filesize($this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg")==0){
$fanart = jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key);
$fanart = $this->jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key);
if(isset($fanart["movieposter"][0]["url"])) {
$posterURL = $fanart["movieposter"][0]["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