mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-23 09:32:22 +02:00
Add m3u playlists
This commit is contained in:
@@ -594,6 +594,9 @@ class MPDRewriter:
|
||||
"""Remove encrypted AdaptationSets that require keys we don't have."""
|
||||
removal_count = 0
|
||||
|
||||
# Debug: Log what keys we have
|
||||
logger.debug(f"Available keys: {list(self.key_config.keys.keys())}")
|
||||
|
||||
for period in root.findall(".//mpd:Period", self.MPD_NAMESPACE):
|
||||
period_id = period.get("id", "")
|
||||
adaptationsets_to_remove = []
|
||||
|
||||
Reference in New Issue
Block a user