Commit b1b293a3 authored by Ozzieisaacs's avatar Ozzieisaacs

Fix order_authors

parent 5f0660a4
...@@ -1714,7 +1714,7 @@ def show_book(book_id): ...@@ -1714,7 +1714,7 @@ def show_book(book_id):
entries.tags = sort(entries.tags, key=lambda tag: tag.name) entries.tags = sort(entries.tags, key=lambda tag: tag.name)
entries = order_authors(entries) entries = calibre_db.order_authors(entries)
kindle_list = check_send_to_kindle(entries) kindle_list = check_send_to_kindle(entries)
reader_list = check_read_formats(entries) reader_list = check_read_formats(entries)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment