mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
priority: 15: download_media
This commit is contained in:
parent
d769f39a86
commit
8e3523ae9c
@ -510,7 +510,7 @@ def download_media_thumbnail(media_id, url):
|
||||
return True
|
||||
|
||||
|
||||
@background(schedule=dict(run_at=60), remove_existing_tasks=True)
|
||||
@background(schedule=dict(priority=15, run_at=60), remove_existing_tasks=True)
|
||||
def download_media(media_id):
|
||||
'''
|
||||
Downloads the media to disk and attaches it to the Media instance.
|
||||
|
Loading…
Reference in New Issue
Block a user