未验证 提交 10e5e4ca 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1810 from derrod/bwtest-fix

UI: Fix bandwidth test flag being saved to stream key
......@@ -301,7 +301,7 @@ void OAuthStreamKey::OnStreamConfig()
if (bwtest && strcmp(this->service(), "Twitch") == 0)
obs_data_set_string(settings, "key",
key_.append("?bandwidthtest=true").c_str());
(key_ + "?bandwidthtest=true").c_str());
else
obs_data_set_string(settings, "key", key_.c_str());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册