Fixed ghost metadata track.
This commit is contained in:
parent
6adca64680
commit
58b540222a
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ namespace DTSC {
|
||||||
void Meta::update(JSON::Value & pack){
|
void Meta::update(JSON::Value & pack){
|
||||||
vod = pack.isMember("bpos");
|
vod = pack.isMember("bpos");
|
||||||
live = !vod;
|
live = !vod;
|
||||||
if (pack["trackid"].asInt()){
|
if (pack["trackid"].asInt() && tracks.count(pack["trackid"].asInt()) ){
|
||||||
tracks[pack["trackid"].asInt()].update(pack);
|
tracks[pack["trackid"].asInt()].update(pack);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue