mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix #4697 (HTML eBooks not shown)
This commit is contained in:
parent
5fa5974f8e
commit
551f354265
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class ECLICTO(EB600):
|
|||
name = 'eClicto Device Interface'
|
||||
gui_name = 'eClicto'
|
||||
|
||||
FORMATS = ['epub', 'pdf', 'txt']
|
||||
FORMATS = ['epub', 'pdf', 'htm', 'html', 'txt']
|
||||
|
||||
VENDOR_NAME = 'ECLICTO'
|
||||
WINDOWS_MAIN_MEM = 'EBOOK'
|
||||
|
|
|
|||
Loading…
Reference in a new issue