mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-20 02:20:30 +00:00
Stops #X-EXT-KEY and #X-EXT-MAP tags replication
This commit is contained in:

committed by
Rutger Schoorstra

parent
ca9c41d823
commit
a081b462d1
@ -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;
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
Reference in New Issue
Block a user