Embed: custom streaminfo

This commit is contained in:
Cat 2017-01-19 13:31:05 +01:00 committed by Thulinma
parent 4b1608646d
commit aa3527dcb0
3 changed files with 41 additions and 25 deletions

View file

@ -580,7 +580,7 @@ namespace Mist {
}
if (it->asStringRef() == "img"){
#include "img.js.h"
response.append((char*)img, (size_t)img_len);
response.append((char*)img_js, (size_t)img_js_len);
used = true;
}
if (!used) {