embed JS files now also receive metadata info & LSP now displays js links in monospace
This commit is contained in:
parent
9b662913e5
commit
04bc5842bd
3 changed files with 22 additions and 3 deletions
|
@ -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++){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue