Skip non-files for XXXX-260
This commit is contained in:
parent
ee99a7304f
commit
4a86544738
|
@ -553,6 +553,9 @@ class Application_Model_Scheduler
|
||||||
|
|
||||||
//TODO: Copy the cue in, cue out, and track length from the cc_files table
|
//TODO: Copy the cue in, cue out, and track length from the cc_files table
|
||||||
$file = $item->getCcFiles($this->con);
|
$file = $item->getCcFiles($this->con);
|
||||||
|
if (!$file) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$item->setDbCueIn($file->getDbCueIn());
|
$item->setDbCueIn($file->getDbCueIn());
|
||||||
$item->setDbCueOut($file->getDbCueOut());
|
$item->setDbCueOut($file->getDbCueOut());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue