瀏覽代碼

UI: Actually update service for wiz. bitrate limits

obs_service_update was left out by accident in the previous commit.
jp9000 8 年之前
父節點
當前提交
ee6ca246fe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UI/window-basic-auto-config-test.cpp

+ 1 - 0
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);