1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-09-13 00:05:59 +00:00

Merge remote-tracking branch 'fix_booklist_read_status/fix_booklist_read_status'

This commit is contained in:
Ozzie Isaacs
2025-09-08 12:52:25 +02:00

View File

@@ -327,7 +327,7 @@ def edit_book_read_status(book_id, read_status=None):
else:
try:
calibre_db.create_functions(config)
book = calibre_db.get_filtered_book(book_id)
book = calibre_db.get_filtered_book(book_id, True)
book_read_status = getattr(book, 'custom_column_' + str(config.config_read_column))
if len(book_read_status):
if read_status is None: