This commit is contained in:
Thulinma 2015-10-13 12:47:07 +02:00
parent 516e9c8f55
commit 21ce93f520

View file

@ -166,7 +166,7 @@ namespace Controller {
}
}else{
out[jit.key()] = (*jit);
out[jit.key()]["name"] = (*jit);
out[jit.key()]["name"] = jit.key();
Log("STRM", std::string("New stream ") + jit.key());
}
}