Fixed Oswald's oops.
This commit is contained in:
parent
41142e681c
commit
79bbe8a078
2 changed files with 1 additions and 2 deletions
|
@ -213,7 +213,7 @@ namespace Connector_HTTP {
|
|||
relurl = "/";
|
||||
}
|
||||
for (JSON::ArrIter it = conncapa["methods"].ArrBegin(); it != conncapa["methods"].ArrEnd(); it++){
|
||||
if (!ServConf["streams"][streamname]["meta"].isMember("live") || !it->isMember("nolive")){
|
||||
if (!strmMeta.isMember("live") || !it->isMember("nolive")){
|
||||
addSource(relurl, sources, host, port, *it, most_simul, total_matches);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue