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

test

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