mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 20:39:59 +00:00
Implement missing cache delete Task identifier
This commit is contained in:
parent
06e8845641
commit
f34fc002da
@ -486,6 +486,9 @@ class TaskClearCoverThumbnailCache(CalibreTask):
|
|||||||
def name(self):
|
def name(self):
|
||||||
return 'ThumbnailsClear'
|
return 'ThumbnailsClear'
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return "Delete Thumbnail cache directory"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_cancellable(self):
|
def is_cancellable(self):
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user