Implement missing cache delete Task identifier

This commit is contained in:
Ozzie Isaacs 2022-03-16 20:33:11 +01:00
parent 06e8845641
commit f34fc002da
1 changed files with 3 additions and 0 deletions

View File

@ -486,6 +486,9 @@ class TaskClearCoverThumbnailCache(CalibreTask):
def name(self):
return 'ThumbnailsClear'
def __str__(self):
return "Delete Thumbnail cache directory"
@property
def is_cancellable(self):
return False