Skip to content

Commit b2cae45

Browse files
thoronwenRokamun
authored andcommitted
Put TSSRT noreconnect push parameters in the miscelanious section
1 parent b9d3e4f commit b2cae45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/output/output_tssrt.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ namespace Mist{
482482
pp["srtopts"]["options"]["transtype"]["select"][2u][1u] = "File";
483483
pp["srtopts"]["options"]["transtype"]["type"] = "select";
484484

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";
485+
pp["misc_genopts"]["options"]["noreconnect"]["name"] = "Do not reconnect";
486+
pp["misc_genopts"]["options"]["noreconnect"]["help"] = "If checked, disables reconnecting so that a single failure stops the push";
487+
pp["misc_genopts"]["options"]["noreconnect"]["type"] = "bool";
488488

489489
//addStrOpt(pp, "adapter", "", "");
490490
//addIntOpt(pp, "timeout", "", "");

0 commit comments

Comments
 (0)