Update lastPlayedEvent in live mode (#327)

* Update lastPlayedEvent in live mode

* tricking travis-ci into running again
This commit is contained in:
Justin Halsall
2020-09-05 11:26:48 +02:00
committed by GitHub
parent e717cda658
commit 6934fab78d

View File

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