mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-19 19:46:37 +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]:
|
if not args[1]:
|
||||||
return
|
return
|
||||||
delete_task_by_media('sync.tasks.download_media_thumbnail', args)
|
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()
|
self.refresh_from_db()
|
||||||
if not self.thumb_file_exists:
|
if not self.thumb_file_exists:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user