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:
jp9000 2017-05-17 22:37:05 -07:00
parent 93297d3d0e
commit ee6ca246fe

View file

@ -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);