Commit 9694d032 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 02098a9b
...@@ -216,7 +216,8 @@ class Media { ...@@ -216,7 +216,8 @@ class Media {
$s = $laufzeit % 60; $s = $laufzeit % 60;
$status = "Gesamtlaufzeit: ".sprintf("%02d:%02d:%02d", $H, $i, $s)."! Nicht gefunden: ".$counter.PHP_EOL.PHP_EOL; $status = "Gesamtlaufzeit: ".sprintf("%02d:%02d:%02d", $H, $i, $s)."! Nicht gefunden: ".$counter.PHP_EOL.PHP_EOL;
echo $status;
} }
} }
private function parseMovie($Pfad, $Filename){ private function parseMovie($Pfad, $Filename){
......
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