From 94036e3fbb27cf255eef879cef30040e1af01401 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 13 Jun 2025 21:07:42 -0500 Subject: [PATCH] Send refresh_screen=True when updating Reading Lists in case of series column updates. --- calibre-plugin/fff_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre-plugin/fff_plugin.py b/calibre-plugin/fff_plugin.py index 3d499a28..1606c7e1 100644 --- a/calibre-plugin/fff_plugin.py +++ b/calibre-plugin/fff_plugin.py @@ -2753,7 +2753,7 @@ class FanFicFarePlugin(InterfaceAction): addremovefunc(l, book_ids, display_warnings=False, - refresh_screen=False) + refresh_screen=True) else: if l != '': message="

"+_("You configured FanFicFare to automatically update Reading List '%s', but you don't have a list of that name?")%l+"

" @@ -2772,7 +2772,7 @@ class FanFicFarePlugin(InterfaceAction): #add_book_ids, book_ids, display_warnings=False, - refresh_screen=False) + refresh_screen=True) else: if l != '': message="

"+_("You configured FanFicFare to automatically update Reading List '%s', but you don't have a list of that name?")%l+"

"