CC-3174 : showbuilder

forgot to set cueout when scheduling just files.
This commit is contained in:
Naomi Aro 2012-02-24 16:18:15 +01:00
parent c6edfc3208
commit 3ff7d1ac18
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class Application_Model_Scheduler {
$data = $this->fileInfo;
$data["id"] = $id;
$data["cliplength"] = $file->getDbLength();
$data["cueout"] = $file->getDbLength();
$files[] = $data;
}