Commit 08221f6d authored by Nico Schallehn's avatar Nico Schallehn

Vorbereitung auf Tabellenfilter

parent 5fe61287
......@@ -26,7 +26,7 @@ class MediaDBAPI{
private $DB_Database;
private $Statistik = array("QueryCounter" => 0);
private $Querys;
private $Tabellen = array("Filme","Serien", "Staffeln", "Episoden"); //TODO Einbauen!!
private $SpaltenFilme = array("name", "imdbID", "3d", "year", "rating", "youtube", "resolution", "duration", "size", "hdd", "added", "lastView",
"Genre", "views", "checked", "width", "height", "totalbitrate", "vcodec","acodecger", "abitrateger", "channelsger", "acodeceng", "abitrateeng", "channelseng", "comment",
"md5" , "summary", "Schauspieler");
......
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