diff --git a/Changelog.yaml b/Changelog.yaml index 66b42a07de..08dec027bf 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -47,8 +47,6 @@ - title: "Search and replace wizard: Fix generated html being slightly different from the actual html in the conversion pipeline for some input formats (mainly HTML, CHM, LIT)." - - title: "Nook Color/Touch driver: Scan for ebooks in the entire main memory, not just under My Files" - improved recipes: - Weblogs SL diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index fafc1b5062..09924a8204 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -92,7 +92,7 @@ class NOOK_COLOR(NOOK): WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET', 'NOOK_SIMPLETOUCH'] EBOOK_DIR_MAIN = 'My Files' - # SCAN_FROM_ROOT = True + SCAN_FROM_ROOT = True NEWS_IN_FOLDER = False def upload_cover(self, path, filename, metadata, filepath):