mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #878 from dnaka91/fix-scenes-type
docs: Fix `scenes` type from `String` to `Object`
This commit is contained in:
commit
54fd7af5ef
@ -22,7 +22,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
|
|||||||
/**
|
/**
|
||||||
* Gets an array of all scenes in OBS.
|
* Gets an array of all scenes in OBS.
|
||||||
*
|
*
|
||||||
* @responseField scenes | Array<String> | Array of scenes in OBS
|
* @responseField scenes | Array<Object> | Array of scenes in OBS
|
||||||
* @responseField currentProgramSceneName | String | Current program scene
|
* @responseField currentProgramSceneName | String | Current program scene
|
||||||
* @responseField currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode
|
* @responseField currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user