From 6934fab78d3589d07aa4abe9ef7b9775d9f4f572 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Sat, 5 Sep 2020 11:26:48 +0200 Subject: [PATCH] Update lastPlayedEvent in live mode (#327) * Update lastPlayedEvent in live mode * tricking travis-ci into running again --- src/replay/machine.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/replay/machine.ts b/src/replay/machine.ts index d4635a04..bee1602f 100644 --- a/src/replay/machine.ts +++ b/src/replay/machine.ts @@ -126,6 +126,10 @@ export function createPlayerService( target: 'live', actions: ['addEvent'], }, + CAST_EVENT: { + target: 'live', + actions: ['castEvent'], + }, }, }, },