mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #4697 (HTML eBooks not shown)
This commit is contained in:
parent
5fa5974f8e
commit
551f354265
@ -154,7 +154,7 @@ class ECLICTO(EB600):
|
|||||||
name = 'eClicto Device Interface'
|
name = 'eClicto Device Interface'
|
||||||
gui_name = 'eClicto'
|
gui_name = 'eClicto'
|
||||||
|
|
||||||
FORMATS = ['epub', 'pdf', 'txt']
|
FORMATS = ['epub', 'pdf', 'htm', 'html', 'txt']
|
||||||
|
|
||||||
VENDOR_NAME = 'ECLICTO'
|
VENDOR_NAME = 'ECLICTO'
|
||||||
WINDOWS_MAIN_MEM = 'EBOOK'
|
WINDOWS_MAIN_MEM = 'EBOOK'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user