CC-3174 : showbuilder
testing newly returned times, fixing the secondsToPlaylistTime method to not drop subsecond precision for the calculations.
This commit is contained in:
parent
f651024a6e
commit
251f3a3e5b
6 changed files with 45 additions and 38 deletions
|
@ -15,7 +15,7 @@ class CcFiles extends BaseCcFiles {
|
|||
|
||||
public function getDbLength($format = "H:i:s.u")
|
||||
{
|
||||
return parent::getDbCliplength($format);
|
||||
return parent::getDbLength($format);
|
||||
}
|
||||
|
||||
public function setDbLength($v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue