Fixed naming bug when adding new streams
This commit is contained in:
parent
9d2d8646ca
commit
463e549b4d
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue