bugfix books list with selected books and stored on state

pull/1968/head
Ozzie Isaacs 3 years ago
parent bb4749c65b
commit c0b2e886d2

@ -788,7 +788,7 @@ def list_books():
if state:
if search:
books = calibre_db.search_query(search)
books = calibre_db.search_query(search).all()
filtered_count = len(books)
else:
books = calibre_db.session.query(db.Books).filter(calibre_db.common_filters()).all()

Loading…
Cancel
Save