mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 06:56:36 +00:00
fixup: add the missing import
This commit is contained in:
parent
284cc16896
commit
be404d0c61
@ -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
|
from sync.tasks import delete_task_by_media, download_media_thumbnail
|
||||||
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