CC-5251 : clrf
This commit is contained in:
parent
a680421281
commit
3858371b16
2 changed files with 7 additions and 7 deletions
|
@ -201,8 +201,8 @@ class Application_Model_Scheduler
|
|||
$data = $this->fileInfo;
|
||||
$data["id"] = $id;
|
||||
|
||||
$cuein = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCuein());
|
||||
$cueout = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCueout());
|
||||
$cuein = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCuein());
|
||||
$cueout = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCueout());
|
||||
$row_length = Application_Common_DateHelper::secondsToPlaylistTime($cueout - $cuein);
|
||||
|
||||
$data["cliplength"] = $row_length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue