Update backend for "spotify_metadata" deezspot option

This commit is contained in:
Xoconoch
2025-08-13 21:18:54 -06:00
parent d7c9470f1f
commit db785a1bfa
6 changed files with 21 additions and 0 deletions

View File

@@ -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."