rollback playlist fallback

This commit is contained in:
coolgitternotin
2025-03-24 18:34:32 -06:00
parent 7cfff326d7
commit 6e9a2f5ff9
2 changed files with 2 additions and 5 deletions

View File

@@ -1050,7 +1050,6 @@ def download_playlist(self, **task_data):
retry_delay_increase=retry_delay_increase,
max_retries=max_retries,
progress_callback=self.progress_callback,
spotify_quality=fall_quality
)
return {"status": "success", "message": "Playlist download completed"}