mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-18 21:38:29 -04:00
UI: Change multitrack video configId
Schema has changed this field from "obsConfigId" to "clientConfigId". Updated the name to match.
This commit is contained in:
committed by
Ryan Foster
parent
d2a7f01295
commit
d7e2636316
@@ -127,7 +127,7 @@ create_service(const GoLiveApi::Config &go_live_config,
|
||||
|
||||
if (!go_live_config.meta.config_id.empty()) {
|
||||
parsed_query.addQueryItem(
|
||||
"obsConfigId",
|
||||
"clientConfigId",
|
||||
QString::fromStdString(go_live_config.meta.config_id));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user