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))):
|
for category in sorted(categories, key=lambda x: sort_key(getter(x))):
|
||||||
if len(categories[category]) == 0:
|
if len(categories[category]) == 0:
|
||||||
continue
|
continue
|
||||||
if category == 'formats':
|
if category == 'formats' or category == 'identifiers':
|
||||||
continue
|
continue
|
||||||
meta = category_meta.get(category, None)
|
meta = category_meta.get(category, None)
|
||||||
if meta is None:
|
if meta is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user