mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
3e308d6c2b
commit
825eb1fc26
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ def ajax_category(self, name, sort='title', num=100, offset=0,
|
|||
'count': x.count,
|
||||
'url': absurl(self.opts.url_prefix, '/ajax/books_in/%s/%s'%(
|
||||
x.category if x.category else toplevel,
|
||||
x.id if x.id is not None else x.original_name)),
|
||||
x.original_name if x.id is None else x.id)),
|
||||
'has_children': x.original_name in children,
|
||||
} for x in items]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue