forked from kenzuya/unshackle
fix(hls): remove no-op encryption_data reassignment
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user