From c9b7deba5272b6c6f41b59e8c72d8093ced358db Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 7 Jun 2013 13:07:08 -0400 Subject: [PATCH] CC-5213: Crossfades aren't properly applied in schedule table sometimes --- airtime_mvc/application/models/Scheduler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index 314eab8eb..266c7dc91 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -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