Commit 570e6eb9 authored by Nico Schallehn's avatar Nico Schallehn

titel Deutsch und Englisch hinzugefügt

parent 1b8ece2a
......@@ -377,6 +377,8 @@ class Media {
$array["year"] = $imdb->getYear();
$array["size"] = $this->getfileSize($Pfad.$FilenameOrg);
$array["rating"] = $imdb->getRating();
$array["titelDeutsch"] = $imdb->getTitle();
$array["titelOriginal"] = $imdb->getTitle(true);
$array["Genre"] = $imdb->getGenre();
$array["Schauspieler"] = $imdb->getCastAsOwn(0, false);
......
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