Skip to content

Commit 5c78889

Browse files
author
Mint de Wit
committed
fix: rundown reset resets quickloop markers
1 parent 425d229 commit 5c78889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/job-worker/src/playout/model/implementation/PlayoutModelImpl.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,9 @@ export class PlayoutModelImpl extends PlayoutModelReadonlyImpl implements Playou
589589

590590
if (regenerateActivationId) this.playlistImpl.activationId = getRandomId()
591591

592-
if (this.playlistImpl.quickLoop?.running) this.playlistImpl.quickLoop.running = false
592+
// reset quickloop:
593+
this.setQuickLoopMarker('start', null)
594+
this.setQuickLoopMarker('end', null)
593595

594596
this.#playlistHasChanged = true
595597
}

0 commit comments

Comments
 (0)