Reschedule the task when the checklist failed

This commit is contained in:
tcely 2025-05-19 15:34:13 -04:00 committed by GitHub
parent be6a51b052
commit b1267a3e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,7 +615,7 @@ def download_media(media_id, override=False):
raise InvalidTaskError(_('no such media')) from e
else:
if not media.download_checklist(override):
return
raise Exception('media download not ready')
filepath = media.filepath
container = format_str = None