diff --git a/bazarr/main.py b/bazarr/main.py index cbf1b6b3e..82d667c2a 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1287,7 +1287,10 @@ def save_settings(): # reschedule full update task according to settings sonarr_full_update() - redirect(ref) + if ref.find('saved=true') > 0: + redirect(ref) + else: + redirect(ref + "?saved=true") @route(base_url + 'check_update') diff --git a/views/settings.tpl b/views/settings.tpl index 460815458..1fd5d96bd 100644 --- a/views/settings.tpl +++ b/views/settings.tpl @@ -40,7 +40,7 @@