mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #827684 (Deleting Kindle Books from Device)
This commit is contained in:
parent
fb4395a5e6
commit
af43dc7d0e
@ -64,7 +64,7 @@ class KINDLE(USBMS):
|
|||||||
|
|
||||||
EBOOK_DIR_MAIN = 'documents'
|
EBOOK_DIR_MAIN = 'documents'
|
||||||
EBOOK_DIR_CARD_A = 'documents'
|
EBOOK_DIR_CARD_A = 'documents'
|
||||||
DELETE_EXTS = ['.mbp','.tan','.pdr']
|
DELETE_EXTS = ['.mbp', '.tan', '.pdr', '.ea', '.apnx', '.phl']
|
||||||
SUPPORTS_SUB_DIRS = True
|
SUPPORTS_SUB_DIRS = True
|
||||||
SUPPORTS_ANNOTATIONS = True
|
SUPPORTS_ANNOTATIONS = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user