Don't bother resetting, the user can do it.
This commit is contained in:
parent
5d424cf96f
commit
09b77eb7f5
1 changed files with 0 additions and 2 deletions
|
@ -316,8 +316,6 @@ export const goOnAir = (): AppThunk => async (dispatch, getState) => {
|
|||
} else if (state === "CONNECTED") {
|
||||
// okay, we've connected
|
||||
dispatch(registerForShow());
|
||||
} else if (state === "GOING_LIVE") {
|
||||
dispatch(setItemPlayed({ itemId: "all", played: false }));
|
||||
}
|
||||
});
|
||||
await streamer.start();
|
||||
|
|
Loading…
Reference in a new issue