From b26d47fd9bcf9ebbac7487913bf6610a79abf446 Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Wed, 25 Feb 2026 19:27:13 +0900 Subject: [PATCH] Update dl.py --- unshackle/commands/dl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index 5fce0dd..1bf1105 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -1050,7 +1050,6 @@ class dl: if list_titles: return - # The logic for the 'select-titles' feature below was referenced and adapted from code provided by "A_n_g_e_l_a". # Enables manual selection for Series when --select-titles is set if select_titles and isinstance(titles, Series): console.print(Padding(Rule("[rule.text]Select Titles"), (1, 2)))