Commit 2ace74b2 authored by Nico Schallehn's avatar Nico Schallehn

regisseur Autor und Land hinzugefügt

parent b747c1d6
......@@ -24,7 +24,7 @@ class MediaDBAPI{
private $Statistik = array("QueryCounter" => 0);
private $Querys;
private $Tabellen = array("Filme","Serien", "Staffeln", "Episoden");
public $SpaltenFilme = array("name", "tagline", "imdbID", "3d","titelOriginal","titelDeutsch", "collection", "year", "fsk", "rating", "youtube", "resolution", "duration", "size", "hdd", "added", "lastView", "lastUpdate",
public $SpaltenFilme = array("name", "tagline", "imdbID", "3d","titelOriginal","titelDeutsch", "collection", "year", "fsk", "regisseur", "autor", "land", "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");
public $SpaltenEpisoden = array("episodenumber", "season_nr", "series_nr", "name", "source", "duration", "size", "hdd", "lastView", "added", "views", "checked",
......
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