obs-websocket-java
obs-websocket-java copied to clipboard
RequestStatus OutputNotPaused missing and subsequent codes have the wrong value
Describe the bug
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 missing
OutputDisabled(503), //should be 504
StudioModeActive(504), //should be 505
StudioModeNotActive(505), //should be 506