mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
dfea9c4acd
commit
3e308d6c2b
@ -372,7 +372,7 @@ class AjaxServer(object):
|
|||||||
'count': x.count,
|
'count': x.count,
|
||||||
'url': absurl(self.opts.url_prefix, '/ajax/books_in/%s/%s'%(
|
'url': absurl(self.opts.url_prefix, '/ajax/books_in/%s/%s'%(
|
||||||
x.category if x.category else toplevel,
|
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,
|
'has_children': x.original_name in children,
|
||||||
} for x in items]
|
} for x in items]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user