Update lastPlayedEvent in live mode (#327)

* Update lastPlayedEvent in live mode

* tricking travis-ci into running again
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 6ebfe69363
commit d15f4ce8ff

View File

@@ -126,6 +126,10 @@ export function createPlayerService(
target: 'live',
actions: ['addEvent'],
},
CAST_EVENT: {
target: 'live',
actions: ['castEvent'],
},
},
},
},