Fix: Updated @param.

This commit is contained in:
Blake B
2021-03-03 20:31:55 -05:00
committed by GitHub
parent 9deed74f40
commit 24a5eb6fab

View File

@ -408,7 +408,7 @@ RpcResponse WSRequestHandler::GetAudioTracks(const RpcRequest& request)
/**
* Get the mute status of a specified source.
*
* @param {String} `source` Source name.
* @param {String} `sourceName` Source name.
*
* @return {String} `name` Source name.
* @return {boolean} `muted` Mute status of the source.