From e26e55caf35be1aa419d30ca05d199c39727b3f4 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Fri, 16 Feb 2024 16:50:12 +0000 Subject: [PATCH] HLS: Don't reset EXT-X-KEY state data on discontinuity --- devine/core/manifests/hls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/devine/core/manifests/hls.py b/devine/core/manifests/hls.py index b0b3577..8d00568 100644 --- a/devine/core/manifests/hls.py +++ b/devine/core/manifests/hls.py @@ -412,7 +412,6 @@ class HLS: discon_i += 1 range_offset = 0 # TODO: Should this be reset or not? map_data = None - encryption_data = None # TODO: Should this be reset or not? if segment.init_section and (not map_data or segment.init_section != map_data[0]): if segment.init_section.byterange: