mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-18 11:06:36 +00:00
Update media__tasks.py
This commit is contained in:
parent
f2af93f68c
commit
c144d9d55f
@ -103,7 +103,7 @@ def copy_thumbnail(self):
|
|||||||
if not self.source.copy_thumbnails:
|
if not self.source.copy_thumbnails:
|
||||||
return
|
return
|
||||||
if not self.thumb_file_exists:
|
if not self.thumb_file_exists:
|
||||||
from sync.tasks import delete_task_by_media, download_media_thumbnail
|
from sync.tasks import delete_task_by_media, download_media_image
|
||||||
args = ( str(self.pk), self.thumbnail, )
|
args = ( str(self.pk), self.thumbnail, )
|
||||||
if not args[1]:
|
if not args[1]:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user