return -> continue
This commit is contained in:
parent
4393de0778
commit
bc4f3ee1ce
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class Qobuz:
|
|||
)
|
||||
if skip.strip().lower() != "n":
|
||||
print("Skipping download.")
|
||||
return
|
||||
continue
|
||||
self.download_track(track)
|
||||
|
||||
def search_album(self, query: str) -> Album:
|
||||
|
|
Loading…
Add table
Reference in a new issue