mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
PD Novel driver: Remove covers when deleting books
This commit is contained in:
parent
f8c64c8f1d
commit
551a1ca272
@ -90,6 +90,8 @@ class PDNOVEL(USBMS):
|
||||
|
||||
EBOOK_DIR_MAIN = 'eBooks'
|
||||
SUPPORTS_SUB_DIRS = False
|
||||
DELETE_EXTS = ['.jpg']
|
||||
|
||||
|
||||
def upload_cover(self, path, filename, metadata):
|
||||
coverdata = getattr(metadata, 'thumbnail', None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user