return -> continue

This commit is contained in:
Christoph Stahl 2025-08-10 22:56:07 +02:00
parent 4393de0778
commit bc4f3ee1ce

View file

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