obs-websocket-java icon indicating copy to clipboard operation
obs-websocket-java copied to clipboard

RequestStatus OutputNotPaused missing and subsequent codes have the wrong value

Open Pezcraft opened this issue 10 months ago • 0 comments

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

Pezcraft avatar Mar 31 '24 16:03 Pezcraft