Commit 3c9e0697 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4731643e
......@@ -1144,6 +1144,7 @@ class Media {
$laufzeit = str_replace("mn", "m", $laufzeit);
$laufzeit = str_replace("s", "", $laufzeit);
$string = explode(" ", $laufzeit);
return ((trim(str_replace("h", "", $string[0]))*3600)+(trim(str_replace("m", "", $string[1])*60))); //TODO sekunden hinzufügen
}
private function getfileSize($file){
......
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