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 {
|
||||
$length = $this->getStaticLength();
|
||||
if (!$length) {
|
||||
$length = "00:00:00";
|
||||
}
|
||||
$this->setLength($length);
|
||||
}
|
||||
$output['blockLength'] = $this->getFormattedLength();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue