Fix base dir for Kindle SD card

This commit is contained in:
John Schember 2009-02-01 17:42:52 -05:00
parent d40aa00717
commit 03236fb0b2

View File

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