mirror of
https://github.com/devine-dl/devine.git
synced 2025-04-30 01:59:44 +00:00
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:
parent
92895426b3
commit
58673590df
@ -471,7 +471,6 @@ class dl:
|
|||||||
console.log("Received Keyboard Interrupt, stopping...")
|
console.log("Received Keyboard Interrupt, stopping...")
|
||||||
return
|
return
|
||||||
|
|
||||||
if not skip_dl:
|
|
||||||
self.mux_tracks(title, not no_folder, not no_source)
|
self.mux_tracks(title, not no_folder, not no_source)
|
||||||
|
|
||||||
# update cookies
|
# update cookies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user