mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:33:50 +02:00
Fix #7057 (DR1000s plugin + djvu)
This commit is contained in:
parent
61b32834f6
commit
735b22b934
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class IREXDR1000(USBMS):
|
|||
|
||||
# Ordered list of supported formats
|
||||
# Be sure these have an entry in calibre.devices.mime
|
||||
FORMATS = ['epub', 'mobi', 'prc', 'html', 'pdf', 'txt']
|
||||
FORMATS = ['epub', 'mobi', 'prc', 'html', 'pdf', 'djvu', 'txt']
|
||||
|
||||
VENDOR_ID = [0x1e6b]
|
||||
PRODUCT_ID = [0x001]
|
||||
|
|
|
|||
Loading…
Reference in a new issue