Commit f05d71e6 authored by Nico Schallehn's avatar Nico Schallehn

auflösung hinzugefügt

parent 4d7cb834
......@@ -144,7 +144,7 @@ if($_GET["action"] == "filme"){
</div>
';
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,name,duration,year,rating,Genre","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"40"));
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,name,duration,year,rating,Genre,resolution","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"40"));
$movies ="";
foreach ($MovieArray["Data"] as $key => $value) {
//echo "http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key.PHP_EOL;
......@@ -173,6 +173,7 @@ if($_GET["action"] == "filme"){
<li><i class="icon3"> </i><p>546</p></li>-->
<li>Genre : &nbsp; &nbsp;<p>'.implode(", ", $value["Genre"]).'</p></li>
<li>Rating : &nbsp; &nbsp;<p>'.$value["rating"].'</p></li>
<li>Auflösung : &nbsp; &nbsp;<p>'.$value["resolution"].'</p></li>
<div class="clearfix"> </div>
</ul>
......
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