mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
requesthandler: Fix OpenVideoMixProjector program option
It was stuck opening preview regardless of setting.
This commit is contained in:
parent
258bfc5689
commit
1d25f97004
@ -228,7 +228,7 @@ RequestResult RequestHandler::OpenVideoMixProjector(const Request &request)
|
||||
if (videoMixType == "OBS_WEBSOCKET_VIDEO_MIX_TYPE_PREVIEW")
|
||||
projectorType = "Preview";
|
||||
else if (videoMixType == "OBS_WEBSOCKET_VIDEO_MIX_TYPE_PROGRAM")
|
||||
projectorType = "Program";
|
||||
projectorType = "StudioProgram";
|
||||
else if (videoMixType == "OBS_WEBSOCKET_VIDEO_MIX_TYPE_MULTIVIEW")
|
||||
projectorType = "Multiview";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user