From 5650c2b5912b1702d6114943ffbce483f2c9a3c4 Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 8 Feb 2026 10:43:49 -0700 Subject: [PATCH] fix(hls): remove no-op encryption_data reassignment --- unshackle/core/manifests/hls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unshackle/core/manifests/hls.py b/unshackle/core/manifests/hls.py index f07154f..ca7dc5d 100644 --- a/unshackle/core/manifests/hls.py +++ b/unshackle/core/manifests/hls.py @@ -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: