mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Send refresh_screen=True when updating Reading Lists in case of series column updates.
This commit is contained in:
parent
9142609c61
commit
94036e3fbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue