mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 06:36:08 -05:00
UI: Actually update service for wiz. bitrate limits
obs_service_update was left out by accident in the previous commit.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user