mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2038432 [[Enhancement] Support for .cb7 files](https://bugs.launchpad.net/calibre/+bug/2038432)
This commit is contained in:
parent
464c3a4c76
commit
fedafa4978
@ -40,7 +40,7 @@ def get_filters():
|
||||
(_('HTML books'), ['htm', 'html', 'xhtm', 'xhtml']),
|
||||
(_('LIT books'), ['lit']),
|
||||
(_('Text books'), ['txt', 'text', 'rtf', 'md', 'markdown', 'textile', 'txtz']),
|
||||
(_('Comics'), ['cbz', 'cbr', 'cbc']),
|
||||
(_('Comics'), ['cbz', 'cbr', 'cbc', 'cb7']),
|
||||
(_('Archives'), archives),
|
||||
(_('Wordprocessor files'), ['odt', 'doc', 'docx']),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user