embed JS files now also receive metadata info & LSP now displays js links in monospace

This commit is contained in:
Niels Groot Obbink 2013-07-04 15:12:54 +02:00
parent 9b662913e5
commit 04bc5842bd
3 changed files with 22 additions and 3 deletions

View file

@ -223,6 +223,10 @@ namespace Connector_HTTP {
if (ServConf["streams"][streamname]["meta"].isMember("live")){
json_resp["type"] = "live";
}
// show ALL the meta datas!
json_resp["meta"] = ServConf["streams"][streamname]["meta"];
//find out which connectors are enabled
std::set<std::string> conns;
for (JSON::ArrIter it = ServConf["config"]["protocols"].ArrBegin(); it != ServConf["config"]["protocols"].ArrEnd(); it++){