CC-5100: Now Playing: Editing schedule on-the-fly will cause 2 tracks mixed at the same time.
This commit is contained in:
parent
dd28c8ae31
commit
792366e1f5
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ class Application_Model_Scheduler
|
|||
$linkCcSchedule = CcScheduleQuery::create()
|
||||
->filterByDbInstanceId($instanceId)
|
||||
->filterByDbPosition($pos)
|
||||
->filterByDbPlayoutStatus(-1, Criteria::NOT_EQUAL)
|
||||
->findOne();
|
||||
|
||||
$schedItemEndDT = $linkCcSchedule->getDbEnds(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue