mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Nook driver: Send books to the NOOK folder for the 2021 Nook model as well. Fixes #1990730 [books saved in wrong directory on nook 4e](https://bugs.launchpad.net/calibre/+bug/1990730)
This commit is contained in:
parent
ad34b0ea3b
commit
480b9f44d1
@ -104,7 +104,7 @@ class NOOK_COLOR(NOOK):
|
||||
product_id = self.device_being_opened[1]
|
||||
if DEBUG:
|
||||
prints('Opened NOOK with product id:', product_id)
|
||||
if product_id in (0xb, 0xc, 0xd):
|
||||
if product_id in (0xb, 0xc, 0xd, 0xe):
|
||||
if DEBUG:
|
||||
prints('Setting Nook upload directory to NOOK/My Files')
|
||||
self.EBOOK_DIR_MAIN = 'NOOK/My Files'
|
||||
|
Loading…
x
Reference in New Issue
Block a user