1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-05-28 08:12:12 +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
+1 -1
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: