Update backend for "spotify_metadata" deezspot option
This commit is contained in:
@@ -29,6 +29,7 @@ def download_album(
|
||||
bitrate=None,
|
||||
artist_separator="; ",
|
||||
recursive_quality=True,
|
||||
spotify_metadata=True,
|
||||
_is_celery_task_execution=False, # Added to skip duplicate check from Celery task
|
||||
):
|
||||
if not _is_celery_task_execution:
|
||||
@@ -114,6 +115,7 @@ def download_album(
|
||||
convert_to=convert_to,
|
||||
bitrate=bitrate,
|
||||
artist_separator=artist_separator,
|
||||
spotify_metadata=spotify_metadata,
|
||||
)
|
||||
print(
|
||||
f"DEBUG: album.py - Album download via Deezer (account: {fallback}) successful for Spotify URL."
|
||||
|
||||
Reference in New Issue
Block a user