diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index f7c20fcfe..3e7a39aa7 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -652,6 +652,10 @@ class Application_Model_Scheduler { $this->removeItems($remove, false); } + } + else { + $rebroadcasts = $instance->getCcShowInstancessRelatedByDbId(null, $this->con); + $rebroadcasts->delete($this->con); } $instance->setDbEnds($this->nowDT);