mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Fix type in SetSourceFilterEnabled
docs
This commit is contained in:
parent
be48d0bfe9
commit
2297432f90
@ -308,7 +308,7 @@ RequestResult RequestHandler::SetSourceFilterSettings(const Request& request)
|
||||
* Sets the enable state of a source filter.
|
||||
*
|
||||
* @requestField sourceName | String | Name of the source the filter is on
|
||||
* @requestField filterName | Number | Name of the filter
|
||||
* @requestField filterName | String | Name of the filter
|
||||
* @requestField filterEnabled | Boolean | New enable state of the filter
|
||||
*
|
||||
* @requestType SetSourceFilterEnabled
|
||||
|
Loading…
Reference in New Issue
Block a user