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.
This commit is contained in:
rlaphoenix 2023-02-25 13:55:44 +00:00
parent 92895426b3
commit 58673590df
1 changed files with 0 additions and 1 deletions

View File

@ -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