mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:32:57 +02:00
oops
This commit is contained in:
parent
be02dee998
commit
1f54d4fbb3
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ def render_categories(opts, db, category_data):
|
|||
|
||||
|
||||
def categories_as_json(ctx, rd, db, opts, vl):
|
||||
return ctx.get_tag_browser(rd, db, opts, partial(render_categories, opts), vl='')
|
||||
return ctx.get_tag_browser(rd, db, opts, partial(render_categories, opts), vl=vl)
|
||||
|
||||
# Test tag browser {{{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue