mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 02:42:58 +02:00
Irex driver: Put books into the top level directory instead of into /ebooks or /Books. Fixes #883616 (IREX DR Driver root directory)
This commit is contained in:
parent
133338565f
commit
abb41dcbb4
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ class IREXDR1000(USBMS):
|
|||
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'IRex Digital Reader 1000 Main Memory'
|
||||
|
||||
EBOOK_DIR_MAIN = 'ebooks'
|
||||
EBOOK_DIR_MAIN = ''
|
||||
DELETE_EXTS = ['.mbp']
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ class IREXDR800(IREXDR1000):
|
|||
WINDOWS_MAIN_MEM = 'DR800'
|
||||
FORMATS = ['epub', 'pdb', 'html', 'pdf', 'txt']
|
||||
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
EBOOK_DIR_MAIN = ''
|
||||
DELETE_EXTS = []
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue