mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Requests: Add note SetCurrentSceneCollection
This commit is contained in:
parent
42c78f1831
commit
4e956d1ef4
@ -67,6 +67,7 @@ RequestResult RequestHandler::GetSceneCollectionList(const Request& request)
|
||||
return RequestResult::Success(responseData);
|
||||
}
|
||||
|
||||
// Does not return until collection has finished switching
|
||||
RequestResult RequestHandler::SetCurrentSceneCollection(const Request& request)
|
||||
{
|
||||
RequestStatus::RequestStatus statusCode;
|
||||
|
Loading…
Reference in New Issue
Block a user