Fixed naming bug when adding new streams

This commit is contained in:
Thulinma 2016-02-16 09:18:02 +01:00
parent 9d2d8646ca
commit 463e549b4d

View file

@ -137,7 +137,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());
}
}