Fix live mode (#310)

* add failing test

* paused -> live now possible
This commit is contained in:
Justin Halsall
2020-08-27 15:33:12 +02:00
committed by GitHub
parent 772c0e021a
commit e717cda658
2 changed files with 16 additions and 0 deletions

View File

@@ -114,6 +114,10 @@ export function createPlayerService(
target: 'paused',
actions: 'castEvent',
},
TO_LIVE: {
target: 'live',
actions: ['startLive']
}
},
},
live: {