From a6c34d50816282e21c6d763fba4f3529c4357161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 14 May 2020 21:21:09 -0400 Subject: [PATCH] WIP --- bazarr/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazarr/config.py b/bazarr/config.py index d7238441c..9703c2367 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -198,7 +198,8 @@ def save_settings(settings_items): 'settings-deathbycaptcha-username', 'settings-deathbycaptcha-password']: configure_captcha = True - if key == 'update_schedule': + if key in ['update_schedule', 'settings-general-use_sonarr', 'settings-general-use_radarr', + 'settings-general-auto_update', 'settings-general-upgrade_subs']: update_schedule = True if key in ['settings-proxy-type', 'settings-proxy-url', 'settings-proxy-port', 'settings-proxy-username',