Merge branch 'CC-3174' into devel
This commit is contained in:
commit
09ce2bc8c5
|
@ -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