Commit 55f610d5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 33323d79
......@@ -472,6 +472,7 @@ class Media {
case "General":
$array["vcodec"] = str_replace("Matroska", "mkv", $value["Format"]);
$array["duration"] = $this->getRunTime($value["Duration"]);
echo $this->getRunTime($value["Duration"]).PHP_EOL;
echo $value["Duration"];
exit;
......
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