fix(hls): remove no-op encryption_data reassignment

This commit is contained in:
Andy
2026-02-08 10:43:49 -07:00
parent 5f49663ea8
commit 5650c2b591

View File

@@ -611,8 +611,6 @@ class HLS:
discon_i += 1
range_offset = 0 # TODO: Should this be reset or not?
map_data = None
if encryption_data:
encryption_data = (encryption_data[0], encryption_data[1])
if segment.init_section and (not map_data or segment.init_section != map_data[0]):
if segment.init_section.byterange: