mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +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:
|
||||
return
|
||||
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, )
|
||||
if not args[1]:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user