mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 16:52:58 +02:00
...
This commit is contained in:
commit
4cbafa596a
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', '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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue