diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index 290cb9728..ea179af4e 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -581,6 +581,10 @@ class Application_Model_Scheduler { } $this->con->commit(); + + if ($instance->getDbRecord()) { + Application_Model_RabbitMq::SendMessageToShowRecorder("cancel_recording"); + } } catch (Exception $e) { $this->con->rollback();