Commit 8bb4cc10 authored by Nico Schallehn's avatar Nico Schallehn

Spalte lastUpdate hinzugefügt

parent c8f09d47
......@@ -27,7 +27,7 @@ class MediaDBAPI{
private $Statistik = array("QueryCounter" => 0);
private $Querys;
private $Tabellen = array("Filme","Serien", "Staffeln", "Episoden"); //TODO Einbauen!!
private $SpaltenFilme = array("name", "imdbID", "3d", "year", "fsk", "rating", "youtube", "resolution", "duration", "size", "hdd", "added", "lastView",
private $SpaltenFilme = array("name", "imdbID", "3d", "year", "fsk", "rating", "youtube", "resolution", "duration", "size", "hdd", "added", "lastView", "lastUpdate",
"Genre", "Schauspieler", "views", "checked", "width", "height", "totalbitrate", "vcodec","acodecger", "abitrateger", "channelsger", "acodeceng", "abitrateeng", "channelseng", "comment",
"md5" , "summary");
private $SpaltenEpisoden = array("episodenumber", "season_nr", "series_nr", "name", "source", "duration", "size", "hdd", "lastView", "added", "views", "checked",
......@@ -103,7 +103,7 @@ class MediaDBAPI{
//array_push($this->StatiViews, "");
}
if($this->API_Rechte >= 4){ // Einfacher Zugang mit allen Infos Also wann man Welchen FIlm gesehen hat usw.
array_push($this->SpaltenFil, "checked", "views", "comment", "added", "lastView");
array_push($this->SpaltenFil, "checked", "views", "comment", "added", "lastView", "lastUpdate");
array_push($this->SpaltenEpi, "checked", "views", "comment", "added", "lastView" );
/*$this->FilterEinf = array_merge($this->FilterEinf, array( "acodecger" => "acodecger", "acodeceng" => "acodeceng", "vcodec" => "vcodec",
"channelsger" => "channelsger", "channelseng" => "channelseng"));*/
......
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