Skip to content

Commit

Permalink
fix: rundown reset resets quickloop markers
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Oct 8, 2024
1 parent 632ff26 commit c677704
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,9 @@ export class PlayoutModelImpl extends PlayoutModelReadonlyImpl implements Playou

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

if (this.playlistImpl.quickLoop?.running) this.playlistImpl.quickLoop.running = false
// reset quickloop:
this.setQuickLoopMarker('start', null)
this.setQuickLoopMarker('end', null)

this.#playlistHasChanged = true
}
Expand Down

0 comments on commit c677704

Please sign in to comment.