From 58673590df96ae86684acdb3f3f513f739a24e55 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 25 Feb 2023 13:55:44 +0000 Subject: [PATCH] Remove unnecessary if check for --skip-dl This would always be a true statement as this part of the code is already in an if else statement checking skip_dl. --- devine/commands/dl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/devine/commands/dl.py b/devine/commands/dl.py index a04ebb2..998fd30 100644 --- a/devine/commands/dl.py +++ b/devine/commands/dl.py @@ -471,7 +471,6 @@ class dl: console.log("Received Keyboard Interrupt, stopping...") return - if not skip_dl: self.mux_tracks(title, not no_folder, not no_source) # update cookies