fixup: add the missing import

This commit is contained in:
tcely 2025-06-02 10:35:16 -04:00 committed by GitHub
parent 284cc16896
commit be404d0c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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