mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
priority: 20: download_media_metadata
This commit is contained in:
parent
1af9070d1c
commit
c8a9037fb2
@ -385,7 +385,7 @@ def download_source_images(source_id):
|
||||
log.info(f'Thumbnail downloaded for source with ID: {source_id} / {source}')
|
||||
|
||||
|
||||
@background(schedule=dict(run_at=60), remove_existing_tasks=True)
|
||||
@background(schedule=dict(priority=20, run_at=60), remove_existing_tasks=True)
|
||||
def download_media_metadata(media_id):
|
||||
'''
|
||||
Downloads the metadata for a media item.
|
||||
|
Loading…
Reference in New Issue
Block a user