Add FBZ to the default list of internall viewed formats

Fixes #1922450 [Viewer fails to open FBZ files](https://bugs.launchpad.net/calibre/+bug/1922450)
This commit is contained in:
Kovid Goyal 2021-04-04 09:43:35 +05:30
parent 2c408254cd
commit 7b6f46df17
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -233,7 +233,7 @@ def _config(): # {{{
c.add_opt('LRF_ebook_viewer_options', default=None, c.add_opt('LRF_ebook_viewer_options', default=None,
help=_('Options for the LRF e-book viewer')) help=_('Options for the LRF e-book viewer'))
c.add_opt('internally_viewed_formats', default=['LRF', 'EPUB', 'LIT', c.add_opt('internally_viewed_formats', default=['LRF', 'EPUB', 'LIT',
'MOBI', 'PRC', 'POBI', 'AZW', 'AZW3', 'HTML', 'FB2', 'PDB', 'RB', 'MOBI', 'PRC', 'POBI', 'AZW', 'AZW3', 'HTML', 'FB2', 'FBZ', 'PDB', 'RB',
'SNB', 'HTMLZ', 'KEPUB'], help=_( 'SNB', 'HTMLZ', 'KEPUB'], help=_(
'Formats that are viewed using the internal viewer')) 'Formats that are viewed using the internal viewer'))
c.add_opt('column_map', default=ALL_COLUMNS, c.add_opt('column_map', default=ALL_COLUMNS,