Commit 7dcb5464 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 52406bc5
......@@ -811,8 +811,8 @@ class Media {
$url = $imdb->getPoster("big");
if(strpos($url, "imdb-share")>3){
//TODO 3. Quelle für cover einbauen
//$fanart = jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$Film["imdbID"]."?api_key=".$this->config["ApiKeys"]['Tmdb_Key']);
echo "http://webservice.fanart.tv/v3/movies/tt".$Film["imdbID"]."?api_key=".$this->config["Fanart_Key"].PHP_EOL;
//$fanart = jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$Film["imdbID"]."?api_key=".$this->config["ApiKeys"]['Fanart_Key']);
echo "http://webservice.fanart.tv/v3/movies/tt".$Film["imdbID"]."?api_key=".$this->config["ApiKeys"]["Fanart_Key"].PHP_EOL;
echo "fail !".PHP_EOL;
$counterNotFound++;
}else{
......
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