parent
8b13af2e04
commit
7acd4b362f
|
@ -1104,6 +1104,9 @@ EOT;
|
|||
}
|
||||
} else {
|
||||
$length = $this->getStaticLength();
|
||||
if (!$length) {
|
||||
$length = "00:00:00";
|
||||
}
|
||||
$this->setLength($length);
|
||||
}
|
||||
$output['blockLength'] = $this->getFormattedLength();
|
||||
|
|
Loading…
Reference in New Issue