Merge pull request #878 from dnaka91/fix-scenes-type

docs: Fix `scenes` type from `String` to `Object`
This commit is contained in:
tt2468 2021-12-17 14:53:12 +07:00 committed by GitHub
commit 54fd7af5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
/**
* 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 currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode
*