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
The text was updated successfully, but these errors were encountered:
Describe the bug
OutputNotPaused is missing in the request status code enum. Also, the codes after OutputPaused are wrong.
Expected behavior
The text was updated successfully, but these errors were encountered: