Commit c78e02da authored by Nico Schallehn's avatar Nico Schallehn

todo hinzugefügt

parent ce438bd0
......@@ -77,6 +77,7 @@ class MediaDBAPI{
return $ret;
}
private function SetKeyRights(){
//TODO Rechte aus JSON Datei Parsen
if($this->API_Rechte >= 0){ // Standard Sachen die nicht Deaktivert werden dürfen.
array_push($this->SpaltenFil,"imdbID", "3d", "name", "year", "duration", "rating", "summary", "youtube", "fsk", "Genre", "Schauspieler");
array_push($this->SpaltenEpi,"episodenumber", "season_nr", "series_nr", "name", "duration");
......
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