mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-17 18:46:35 +00:00
Update media__tasks.py
This commit is contained in:
parent
567cfac6af
commit
f2af93f68c
@ -108,7 +108,7 @@ def copy_thumbnail(self):
|
||||
if not args[1]:
|
||||
return
|
||||
delete_task_by_media('sync.tasks.download_media_thumbnail', args)
|
||||
if download_media_thumbnail.now(*args):
|
||||
if download_media_image.call_local(*args):
|
||||
self.refresh_from_db()
|
||||
if not self.thumb_file_exists:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user