mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix #6224 (Augen "The Book" eBook Reader)
This commit is contained in:
parent
df5b96092f
commit
f1dd2c4370
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class THEBOOK(N516):
|
|||
BCD = [0x399]
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'The Book Main Memory'
|
||||
EBOOK_DIR_MAIN = 'My books'
|
||||
WINDOWS_CARD_A_MEM = '_FILE-STOR_GADGE'
|
||||
|
||||
class ALEX(N516):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue