CC-3174 : showbuilder
forgot to set cueout when scheduling just files.
This commit is contained in:
parent
c6edfc3208
commit
3ff7d1ac18
|
@ -38,6 +38,7 @@ class Application_Model_Scheduler {
|
|||
$data = $this->fileInfo;
|
||||
$data["id"] = $id;
|
||||
$data["cliplength"] = $file->getDbLength();
|
||||
$data["cueout"] = $file->getDbLength();
|
||||
|
||||
$files[] = $data;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue