mirror of https://github.com/devine-dl/devine.git
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...")
|
||||
return
|
||||
|
||||
if not skip_dl:
|
||||
self.mux_tracks(title, not no_folder, not no_source)
|
||||
|
||||
# update cookies
|
||||
|
|
Loading…
Reference in New Issue