Fix stream assignment
This commit is contained in:
parent
e1d2289ea9
commit
45b90af701
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ func (p *Playlist) buildMaps() {
|
|||
}
|
||||
if a.Name.Local == "type" {
|
||||
p.Streams[i].Attributes[j].Name.Space = namespace
|
||||
}
|
||||
|
||||
if a.Name.Local == "name" {
|
||||
p.streams[a.Value] = struct{}{}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue