mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Let the wait task go ahead first
This commit is contained in:
parent
89573e93f5
commit
a028b4ea26
@ -340,7 +340,7 @@ def download_media_metadata(media_id):
|
||||
verbose_name = _('Waiting for the premiere of "{}"')
|
||||
wait_for_media_premiere(
|
||||
str(media.pk),
|
||||
priority=15,
|
||||
priority=0,
|
||||
queue=str(media.pk),
|
||||
repeat=Task.HOURLY,
|
||||
verbose_name=verbose_name.format(media.key),
|
||||
|
Loading…
Reference in New Issue
Block a user