We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d3e4f commit b2cae45Copy full SHA for b2cae45
1 file changed
src/output/output_tssrt.cpp
@@ -482,9 +482,9 @@ namespace Mist{
482
pp["srtopts"]["options"]["transtype"]["select"][2u][1u] = "File";
483
pp["srtopts"]["options"]["transtype"]["type"] = "select";
484
485
- pp["noreconnect"]["name"] = "Do not reconnect";
486
- pp["noreconnect"]["help"] = "If checked, disables reconnecting so that a single failure stops the push";
487
- pp["noreconnect"]["type"] = "bool";
+ pp["misc_genopts"]["options"]["noreconnect"]["name"] = "Do not reconnect";
+ pp["misc_genopts"]["options"]["noreconnect"]["help"] = "If checked, disables reconnecting so that a single failure stops the push";
+ pp["misc_genopts"]["options"]["noreconnect"]["type"] = "bool";
488
489
//addStrOpt(pp, "adapter", "", "");
490
//addIntOpt(pp, "timeout", "", "");
0 commit comments