From ee6ca246fee75e0ca930d70e71a8472d3df2d665 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 17 May 2017 22:37:05 -0700 Subject: [PATCH] UI: Actually update service for wiz. bitrate limits obs_service_update was left out by accident in the previous commit. --- UI/window-basic-auto-config-test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/window-basic-auto-config-test.cpp b/UI/window-basic-auto-config-test.cpp index 6cb1db7a9..4aa5f847f 100644 --- a/UI/window-basic-auto-config-test.cpp +++ b/UI/window-basic-auto-config-test.cpp @@ -903,6 +903,7 @@ void AutoConfigTestPage::FinalizeResults() obs_data_set_string(service_settings, "service", wiz->serviceName.c_str()); + obs_service_update(service, service_settings); obs_service_apply_encoder_settings(service, vencoder_settings, nullptr);