mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +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),
|
queue=str(instance.pk),
|
||||||
priority=1,
|
priority=1,
|
||||||
verbose_name=verbose_name.format(instance.name),
|
verbose_name=verbose_name.format(instance.name),
|
||||||
remove_existing_tasks=False
|
remove_existing_tasks=True
|
||||||
)
|
)
|
||||||
verbose_name = _('Checking all media for source "{}"')
|
verbose_name = _('Checking all media for source "{}"')
|
||||||
save_all_media_for_source(
|
save_all_media_for_source(
|
||||||
|
Loading…
Reference in New Issue
Block a user