From 7334296ce150c7f8abbf432f4a3b7db114e89661 Mon Sep 17 00:00:00 2001 From: Oswald Auguste de Bruin Date: Tue, 3 Sep 2013 11:15:28 +0200 Subject: [PATCH] TS does not need track selection anymore --- src/connectors/conn_ts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectors/conn_ts.cpp b/src/connectors/conn_ts.cpp index b26377ae..4c063ca4 100644 --- a/src/connectors/conn_ts.cpp +++ b/src/connectors/conn_ts.cpp @@ -207,7 +207,7 @@ int main(int argc, char ** argv){ conf.addOption("streamname", JSON::fromString("{\"arg\":\"string\",\"short\":\"s\",\"long\":\"stream\",\"help\":\"The name of the stream that this connector will transmit.\"}")); 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); bool ret = conf.parseArgs(argc, argv); if (conf.getBool("json")){