CC-5213: Crossfades aren't properly applied in schedule table sometimes

This commit is contained in:
denise 2013-06-07 13:07:08 -04:00
parent eaf337f317
commit c9b7deba52
1 changed files with 3 additions and 0 deletions

View File

@ -840,6 +840,9 @@ class Application_Model_Scheduler
Logging::debug("adjusting all following items.");
Logging::debug(floatval($pend) - floatval($pstart));
}
if ($moveAction) {
$this->calculateCrossfades($instanceId);
}
}//for each instance
}//for each schedule location