mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:04:12 +02:00
...
This commit is contained in:
parent
dfea9c4acd
commit
3e308d6c2b
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.original_name)),
|
||||
x.id if x.id is not None else x.original_name)),
|
||||
'has_children': x.original_name in children,
|
||||
} for x in items]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue