mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/DrDoa/calibre
This commit is contained in:
commit
835e1cf482
@ -301,7 +301,7 @@ class TopLevel(Feed): # {{{
|
|||||||
categories]
|
categories]
|
||||||
for x in subcatalogs:
|
for x in subcatalogs:
|
||||||
self.root.append(x)
|
self.root.append(x)
|
||||||
for library_id, library_name in request_context.library_map.iteritems():
|
for library_id, library_name in sorted(request_context.library_map.iteritems(), key=lambda item: sort_key(item[1])):
|
||||||
id_ = 'calibre-library:' + library_id
|
id_ = 'calibre-library:' + library_id
|
||||||
self.root.append(E.entry(
|
self.root.append(E.entry(
|
||||||
TITLE(_('Library:') + ' ' + library_name),
|
TITLE(_('Library:') + ' ' + library_name),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user