mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:22:45 +02:00
Cybook Driver: Remove aux files created for epubs.
This commit is contained in:
commit
e8e495822f
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b', 'epub.bin', 'epub.dat', 'epub.thn']
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
def upload_cover(self, path, filename, metadata):
|
||||
|
|
|
|||
Loading…
Reference in a new issue