From 30db1a8a63d5a166f1a405122dc58eaf5ccc1590 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 15 Feb 2020 08:50:09 -0800 Subject: [PATCH] Update WSRequestHandler_Streaming.cpp --- src/WSRequestHandler_Streaming.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WSRequestHandler_Streaming.cpp b/src/WSRequestHandler_Streaming.cpp index 67655021..7471bb1a 100644 --- a/src/WSRequestHandler_Streaming.cpp +++ b/src/WSRequestHandler_Streaming.cpp @@ -137,13 +137,13 @@ RpcResponse WSRequestHandler::StartStreaming(const RpcRequest& request) { obs_data_apply(updatedSettings, newSettings); //then apply the settings from the request should they exist newService = obs_service_create( - newType.toUtf8(), STREAM_SERVICE_ID, + STREAM_SERVICE_ID, newType.toUtf8(), updatedSettings, csHotkeys); } else { // Service type changed: override service settings newService = obs_service_create( - newType.toUtf8(), STREAM_SERVICE_ID, + STREAM_SERVICE_ID, newType.toUtf8(), newSettings, csHotkeys); }