mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
dc4e43371c
commit
ab80c65cc1
@ -140,8 +140,6 @@ def get_categories(dbcache, sort='name', book_ids=None, icon_map=None):
|
||||
|
||||
for category, is_multiple, is_composite in find_categories(fm):
|
||||
tag_class = create_tag_class(category, fm, icon_map)
|
||||
# TODO: Handle composite column based categories (both is_multiple and
|
||||
# not is_multiple)
|
||||
if is_composite:
|
||||
if bids is None:
|
||||
bids = dbcache._all_book_ids() if book_ids is None else book_ids
|
||||
|
Loading…
x
Reference in New Issue
Block a user