TS does not need track selection anymore
This commit is contained in:
parent
04125d28ae
commit
7334296ce1
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ int main(int argc, char ** argv){
|
||||||
conf.addOption("streamname",
|
conf.addOption("streamname",
|
||||||
JSON::fromString("{\"arg\":\"string\",\"short\":\"s\",\"long\":\"stream\",\"help\":\"The name of the stream that this connector will transmit.\"}"));
|
JSON::fromString("{\"arg\":\"string\",\"short\":\"s\",\"long\":\"stream\",\"help\":\"The name of the stream that this connector will transmit.\"}"));
|
||||||
conf.addOption("tracks",
|
conf.addOption("tracks",
|
||||||
JSON::fromString("{\"arg\":\"string\",\"default\":\"\",\"short\": \"t\",\"long\":\"tracks\",\"help\":\"The track IDs of the stream that this connector will transmit separated by spaces.\"}"));
|
JSON::fromString("{\"arg\":\"string\",\"value\":[\"\"],\"short\": \"t\",\"long\":\"tracks\",\"help\":\"The track IDs of the stream that this connector will transmit separated by spaces.\"}"));
|
||||||
conf.addConnectorOptions(8888, capa);
|
conf.addConnectorOptions(8888, capa);
|
||||||
bool ret = conf.parseArgs(argc, argv);
|
bool ret = conf.parseArgs(argc, argv);
|
||||||
if (conf.getBool("json")){
|
if (conf.getBool("json")){
|
||||||
|
|
Loading…
Add table
Reference in a new issue