Schedule->removeItems optimization fix for deleting the current playing track
This commit is contained in:
parent
766c827094
commit
767562922a
|
@ -1119,6 +1119,7 @@ class Application_Model_Scheduler
|
|||
|
||||
foreach ($removedItems as $removedItem) {
|
||||
$instance = $removedItem->getCcShowInstances($this->con);
|
||||
$effectedInstanceIds[] = $instance->getDbId();
|
||||
|
||||
//check if instance is linked and if so get the schedule items
|
||||
//for all linked instances so we can delete them too
|
||||
|
|
Loading…
Reference in New Issue