Merge pull request #791 from dvangennip/4.x-current

WSRequestHandler_Sources: fix comment name for Set/GetAudioTrack
This commit is contained in:
tt2468 2021-07-18 12:01:08 -07:00 committed by GitHub
commit 5d14cb7af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,7 @@ RpcResponse WSRequestHandler::SetVolume(const RpcRequest& request)
* @param {boolean} `active` Whether audio track is active or not.
*
* @api requests
* @name SetTracks
* @name SetAudioTracks
* @category sources
* @since 4.9.1
*/
@ -372,7 +372,7 @@ RpcResponse WSRequestHandler::SetAudioTracks(const RpcRequest& request)
* @return {boolean} `track6`
*
* @api requests
* @name GetTracks
* @name GetAudioTracks
* @category sources
* @since 4.9.1
*/