mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Merge pull request #694 from tcely/patch-6
Remove existing (unlocked) tasks is safe to use
This commit is contained in:
commit
ee28735a88
@ -86,7 +86,7 @@ def source_post_save(sender, instance, created, **kwargs):
|
||||
queue=str(instance.pk),
|
||||
priority=1,
|
||||
verbose_name=verbose_name.format(instance.name),
|
||||
remove_existing_tasks=False
|
||||
remove_existing_tasks=True
|
||||
)
|
||||
verbose_name = _('Checking all media for source "{}"')
|
||||
save_all_media_for_source(
|
||||
|
Loading…
Reference in New Issue
Block a user