mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix #975518 (add plugin to calibre)
This commit is contained in:
parent
b7955aa9cb
commit
efc7bb05e7
@ -57,7 +57,8 @@ class PICO(NEWSMY):
|
|||||||
gui_name = 'Pico'
|
gui_name = 'Pico'
|
||||||
description = _('Communicate with the Pico reader.')
|
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'
|
EBOOK_DIR_MAIN = 'Books'
|
||||||
FORMATS = ['EPUB', 'FB2', 'TXT', 'LRC', 'PDB', 'PDF', 'HTML', 'WTXT']
|
FORMATS = ['EPUB', 'FB2', 'TXT', 'LRC', 'PDB', 'PDF', 'HTML', 'WTXT']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user