Implement missing cache delete Task identifier

pull/2262/head^2
Ozzie Isaacs 2 years ago
parent 06e8845641
commit f34fc002da

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

Loading…
Cancel
Save