提交 df3623b4 编写于 作者: J jp9000

Swap reconnect parameters

Fixes a bug where it would use the max retries for the delay time and
vise-versa.
上级 6db5458f
......@@ -1776,8 +1776,8 @@ void OBSBasic::on_streamButton_clicked()
if (!reconnect)
maxRetries = 0;
obs_output_set_reconnect_settings(streamOutput, retryDelay,
maxRetries);
obs_output_set_reconnect_settings(streamOutput, maxRetries,
retryDelay);
if (obs_output_start(streamOutput)) {
activeRefs++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册