mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 20:46:36 +00:00
move metadata collection to a higher priority over thumbnails, resolves #418
This commit is contained in:
parent
25f622311f
commit
6d3a7bf859
@ -156,7 +156,7 @@ def media_post_save(sender, instance, created, **kwargs):
|
||||
verbose_name = _('Downloading metadata for "{}"')
|
||||
download_media_metadata(
|
||||
str(instance.pk),
|
||||
priority=10,
|
||||
priority=5,
|
||||
verbose_name=verbose_name.format(instance.pk),
|
||||
remove_existing_tasks=True
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user