mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 13:03:17 +02:00
Fix #975518 (add plugin to calibre)
This commit is contained in:
parent
b7955aa9cb
commit
efc7bb05e7
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ class PICO(NEWSMY):
|
|||
gui_name = 'Pico'
|
||||
description = _('Communicate with the Pico reader.')
|
||||
|
||||
WINDOWS_MAIN_MEM = 'USBDISK__USER'
|
||||
VENDOR_NAME = ['TECLAST', 'IMAGIN', 'LASER-']
|
||||
WINDOWS_MAIN_MEM = ['USBDISK__USER', 'EB720']
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
FORMATS = ['EPUB', 'FB2', 'TXT', 'LRC', 'PDB', 'PDF', 'HTML', 'WTXT']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue