Commit 5be988cb authored by Nico Schallehn's avatar Nico Schallehn

test

parent 80a640b2
......@@ -144,7 +144,7 @@ class Media {
if ($imdb->isReady) {
//var_dump($imdb->getAll());
$array["year"] = $imdb->getYear();
$array["size"] = $this->getfileSitze($Pfad.$FilenameOrg);
$array["size"] = $this->getfileSize($Pfad.$FilenameOrg);
//$array["md5"] = md5_file($Pfad.$FilenameOrg); //TODO Einkommentieren für md5
$array["rating"] = $imdb->getRating();
......
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