mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-03-13 09:42:39 +00:00
Stops #X-EXT-KEY and #X-EXT-MAP tags replication
This commit is contained in:
parent
ca9c41d823
commit
a081b462d1
1 changed files with 2 additions and 0 deletions
|
@ -479,6 +479,8 @@ impl MediaPlaylist {
|
|||
next_segment.uri = u;
|
||||
media_playlist.segments.push(next_segment);
|
||||
next_segment = MediaSegment::empty();
|
||||
encryption_key = None;
|
||||
map = None;
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue