diff --git a/src/calibre/devices/prs505/driver.py b/src/calibre/devices/prs505/driver.py index cbd71d0823..df436bfd9f 100644 --- a/src/calibre/devices/prs505/driver.py +++ b/src/calibre/devices/prs505/driver.py @@ -319,7 +319,7 @@ class PRST1(USBMS): THUMBNAIL_HEIGHT = 217 SCAN_FROM_ROOT = True EBOOK_DIR_MAIN = __appname__ - + SUPPORTS_SUB_DIRS = True def windows_filter_pnp_id(self, pnp_id): return '_LAUNCHER' in pnp_id or '_SETTING' in pnp_id