diff --git a/src/replay/index.ts b/src/replay/index.ts index f0129b2f..571c4896 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -217,6 +217,7 @@ export class Replayer { */ public play(timeOffset = 0) { if (this.service.state.value === 'ended') { + this.service.state.context.lastPlayedEvent = null; this.service.send({ type: 'REPLAY' }); } if (this.service.state.value === 'paused') {