CC-5213: Crossfades aren't properly applied in schedule table sometimes
This commit is contained in:
parent
eaf337f317
commit
c9b7deba52
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue