Fix stream assignment

This commit is contained in:
Daniel Ponte 2024-12-02 21:53:35 -05:00
parent e1d2289ea9
commit 45b90af701

View file

@ -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{}{}
}
}