From b3b2ae267a2951399ed2edaeb68963b7ccab02e3 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 15 Feb 2020 07:39:01 -0800 Subject: [PATCH] Update WSRequestHandler_Streaming.cpp --- src/WSRequestHandler_Streaming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WSRequestHandler_Streaming.cpp b/src/WSRequestHandler_Streaming.cpp index 4ee77d8b..67655021 100644 --- a/src/WSRequestHandler_Streaming.cpp +++ b/src/WSRequestHandler_Streaming.cpp @@ -212,7 +212,7 @@ RpcResponse WSRequestHandler::SetStreamSettings(const RpcRequest& request) { if (requestedType != nullptr && requestedType != serviceType) { OBSDataAutoRelease hotkeys = obs_hotkeys_save_service(service); service = obs_service_create( - requestedType.toUtf8(), STREAM_SERVICE_ID, requestSettings, hotkeys); + STREAM_SERVICE_ID, requestedType.toUtf8(), requestSettings, hotkeys); } else { // If type isn't changing, we should overlay the settings we got // to the existing settings. By doing so, you can send a request that