mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-29 21:33:26 +01:00
Make identifiers category go away.
This commit is contained in:
parent
26b0d3b907
commit
e81d9f9fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ def getter(x):
|
|||
for category in sorted(categories, key=lambda x: sort_key(getter(x))):
|
||||
if len(categories[category]) == 0:
|
||||
continue
|
||||
if category == 'formats':
|
||||
if category == 'formats' or category == 'identifiers':
|
||||
continue
|
||||
meta = category_meta.get(category, None)
|
||||
if meta is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue