Commit 04b186ab authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4cff8a8a
......@@ -143,7 +143,7 @@ class Media {
//var_dump($imdb->getAll());
$array["year"] = $imdb->getYear();
$array["size"] = filesize($Pfad.$FilenameOrg);
$array["size2"] = getfileSitze($Pfad.$FilenameOrg);
$array["size2"] = $this->getfileSitze($Pfad.$FilenameOrg);
$array["rating"] = $imdb->getRating();
} else{
......
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