mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
86216f0092
commit
6a4b5c9005
@ -36,7 +36,7 @@ def displayable_field_keys(mi):
|
|||||||
except:
|
except:
|
||||||
continue
|
continue
|
||||||
if (
|
if (
|
||||||
m is not None and m['kind'] == 'field' and m['datatype'] is not None and
|
m is not None and m.get('kind') == 'field' and m.get('datatype') is not None and
|
||||||
k not in ('au_map', 'marked', 'ondevice', 'cover', 'series_sort') and
|
k not in ('au_map', 'marked', 'ondevice', 'cover', 'series_sort') and
|
||||||
not k.endswith('_index')
|
not k.endswith('_index')
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user