Skip non-files for XXXX-260

This commit is contained in:
Albert Santoni 2015-11-03 14:12:27 -05:00
parent ee99a7304f
commit 4a86544738
1 changed files with 3 additions and 0 deletions

View File

@ -553,6 +553,9 @@ class Application_Model_Scheduler
//TODO: Copy the cue in, cue out, and track length from the cc_files table
$file = $item->getCcFiles($this->con);
if (!$file) {
continue;
}
$item->setDbCueIn($file->getDbCueIn());
$item->setDbCueOut($file->getDbCueOut());