diff --git a/src/calibre/devices/cybook/driver.py b/src/calibre/devices/cybook/driver.py index c3593fbad2..d314646a87 100644 --- a/src/calibre/devices/cybook/driver.py +++ b/src/calibre/devices/cybook/driver.py @@ -39,7 +39,7 @@ class CYBOOK(USBMS): EBOOK_DIR_MAIN = 'eBooks' EBOOK_DIR_CARD_A = 'eBooks' THUMBNAIL_HEIGHT = 144 - DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b', 'epub.bin', 'epub.dat', 'epub.thn'] + DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b', '.thn'] SUPPORTS_SUB_DIRS = True def upload_cover(self, path, filename, metadata):