mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Make identifiers category go away.
This commit is contained in:
parent
26b0d3b907
commit
e81d9f9fb2
@ -580,7 +580,7 @@ class OPDSServer(object):
|
||||
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…
x
Reference in New Issue
Block a user