Update lastPlayedEvent in live mode (#327)
* Update lastPlayedEvent in live mode * tricking travis-ci into running again
This commit is contained in:
@@ -126,6 +126,10 @@ export function createPlayerService(
|
|||||||
target: 'live',
|
target: 'live',
|
||||||
actions: ['addEvent'],
|
actions: ['addEvent'],
|
||||||
},
|
},
|
||||||
|
CAST_EVENT: {
|
||||||
|
target: 'live',
|
||||||
|
actions: ['castEvent'],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user