diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index c1a2ee66da..23cb05aeb4 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -48,6 +48,7 @@ class KOBO(USBMS): WINDOWS_MAIN_MEM = '.KOBOEREADER' EBOOK_DIR_MAIN = '' + SUPPORTS_SUB_DIRS = True class AVANT(USBMS): name = 'Booq Avant Device Interface'