mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
iRed DR: Put books into ebooks directory.
This commit is contained in:
parent
de5d912963
commit
66fe82db22
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class IREXDR1000(USBMS):
|
|||
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'IRex Digital Reader 1000 Main Memory'
|
||||
|
||||
EBOOK_DIR_MAIN = ''
|
||||
EBOOK_DIR_MAIN = 'ebooks'
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
def delete_books(self, paths, end_session=True):
|
||||
|
|
|
|||
Loading…
Reference in a new issue