Skip to content

Commit 6950fea

Browse files
author
Mint de Wit
committed
fix: quickloop rundown reset
1 parent e8826c1 commit 6950fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ export class PlayoutModelImpl extends PlayoutModelReadonlyImpl implements Playou
588588

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

591+
if (this.playlistImpl.quickLoop?.running) this.playlistImpl.quickLoop.running = false
592+
591593
this.#playlistHasChanged = true
592594
}
593595

0 commit comments

Comments
 (0)