mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-26 06:47:25 -05:00
Fix sending books to Kindle SD card
This commit is contained in:
commit
15107d2f71
@ -27,6 +27,7 @@ class KINDLE(USBMS):
|
||||
STORAGE_CARD_VOLUME_LABEL = 'Kindle Storage Card'
|
||||
|
||||
EBOOK_DIR_MAIN = "documents"
|
||||
EBOOK_DIR_CARD = "documents"
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
def delete_books(self, paths, end_session=True):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user