mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
dec8572513
commit
c7f6bc0100
@ -1630,7 +1630,7 @@ class Cache(object):
|
||||
for book in book_ids:
|
||||
if book in books:
|
||||
ans[book].append(lib)
|
||||
return {k:tuple(sorted(v, key=sort_key)) for k, v in book_ids}
|
||||
return {k:tuple(sorted(v, key=sort_key)) for k, v in ans.iteritems()}
|
||||
|
||||
# }}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user