bug fix
- Length display was wrong
This commit is contained in:
parent
8b13af2e04
commit
7acd4b362f
1 changed files with 3 additions and 0 deletions
|
@ -1104,6 +1104,9 @@ EOT;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$length = $this->getStaticLength();
|
$length = $this->getStaticLength();
|
||||||
|
if (!$length) {
|
||||||
|
$length = "00:00:00";
|
||||||
|
}
|
||||||
$this->setLength($length);
|
$this->setLength($length);
|
||||||
}
|
}
|
||||||
$output['blockLength'] = $this->getFormattedLength();
|
$output['blockLength'] = $this->getFormattedLength();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue