[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: Fix initial version for reconnect enum fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tt2468 committed Nov 18, 2022
1 parent a254172 commit 8b1ef17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/Obs.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ enum ObsOutputState {
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RECONNECTED
* @enumType ObsOutputState
* @rpcVersion 1
* @initialVersion 5.2.0
* @initialVersion 5.1.0
* @api enums
*/
OBS_WEBSOCKET_OUTPUT_RECONNECTED,
Expand All @@ -143,7 +143,7 @@ enum ObsOutputState {
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_PAUSED
* @enumType ObsOutputState
* @rpcVersion 1
* @initialVersion 5.2.0
* @initialVersion 5.1.0
* @api enums
*/
OBS_WEBSOCKET_OUTPUT_PAUSED,
Expand Down

0 comments on commit 8b1ef17

Please sign in to comment.