mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
dfea9c4acd
commit
3e308d6c2b
@ -372,7 +372,7 @@ class AjaxServer(object):
|
||||
'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…
x
Reference in New Issue
Block a user