From c78a649170c537cb311bfe03867c3e0288893e32 Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Wed, 25 Feb 2026 01:34:58 +0900 Subject: [PATCH] Fix 2 --- unshackle/commands/dl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index aa3b747..c5ea659 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -1803,8 +1803,7 @@ class dl: ), licence=partial( service.get_playready_license - if (is_playready_cdm(self.cdm)) - and hasattr(service, "get_playready_license") + if is_playready_cdm(self.cdm) else service.get_widevine_license, title=title, track=track,