Fix order_authors

This commit is contained in:
Ozzieisaacs 2020-05-23 11:09:50 +02:00
parent 5f0660a4e5
commit b1b293a3ec
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ def show_book(book_id):
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)
reader_list = check_read_formats(entries)