Commit 1039a6a4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6c80c2cf
......@@ -57,6 +57,7 @@ if($_GET["action"] == "filme"){
$fanart = jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key);
//var_dump();
if(isset($fanart["moviethumb"][0]["url"])){
echo $value["name"];
$movies .= '<li><img src="'.$fanart["moviethumb"][0][url].'" class="img-responsive"/>
<div class="grid-flex"><a href="#">'.$value["name"].'</a><p>'.$value["added"].'</p></div></li>';
}
......
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