You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OutputNotPaused is missing in the request status code enum. Also, the codes after OutputPaused are wrong.
Expected behavior
OutputRunning(500),
OutputNotRunning(501),
OutputPaused(502),
//OutputNotPaused(503) is missingOutputDisabled(503), //should be 504StudioModeActive(504), //should be 505StudioModeNotActive(505), //should be 506