docs: Fix scenes type from String to Object

This commit is contained in:
Dominik Nakamura 2021-12-17 15:19:38 +09:00
parent 24cd95bca7
commit 2a33179588
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

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
*