Merge branch 'development' of github.com:DDVTECH/DMS into development
This commit is contained in:
commit
3acbd7cb36
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ namespace Connector_HTTP{
|
|||
response += "mistvideo['" + streamname + "'] = "+json_resp.toString()+";\n";
|
||||
if (url.substr(0, 6) != "/info_" && !json_resp.isMember("error")){
|
||||
response.append("\n(");
|
||||
response.append((char*)embed_js, (size_t)embed_js_len);
|
||||
response.append((char*)embed_js, (size_t)embed_js_len-2);//remove trailing ";\n" from xxd conversion
|
||||
response.append("(\"" + streamname + "\"));\n");
|
||||
}
|
||||
H.SetBody(response);
|
||||
|
|
Loading…
Add table
Reference in a new issue