Send refresh_screen=True when updating Reading Lists in case of series column updates.

This commit is contained in:
Jim Miller 2025-06-13 21:07:42 -05:00
parent 9142609c61
commit 94036e3fbb

View file

@ -2753,7 +2753,7 @@ class FanFicFarePlugin(InterfaceAction):
addremovefunc(l,
book_ids,
display_warnings=False,
refresh_screen=False)
refresh_screen=True)
else:
if l != '':
message="<p>"+_("You configured FanFicFare to automatically update Reading List '%s', but you don't have a list of that name?")%l+"</p>"
@ -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="<p>"+_("You configured FanFicFare to automatically update Reading List '%s', but you don't have a list of that name?")%l+"</p>"