Don't bother resetting, the user can do it.

This commit is contained in:
Matthew Stratford 2020-11-02 20:35:56 +00:00
parent 5d424cf96f
commit 09b77eb7f5
No known key found for this signature in database
GPG key ID: 9E53C8B3F0B57395

View file

@ -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();