mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix typo in NOOK TSR driver that prevented it from working on windows
This commit is contained in:
parent
f5f35cd1ed
commit
ce1ed1ff09
@ -115,5 +115,6 @@ class NOOK_TSR(NOOK):
|
|||||||
BCD = [0x216]
|
BCD = [0x216]
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'My Files/Books'
|
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'My Files/Books'
|
||||||
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'EBOOK_DISK'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user