Merge branch 'CC-3174' into devel

This commit is contained in:
Naomi Aro 2012-02-24 16:18:39 +01:00
commit 09ce2bc8c5
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;
}