diff options
author | Louis Vézina <[email protected]> | 2020-09-03 06:33:24 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2020-09-03 06:33:24 -0400 |
commit | 60b3b2d7f133f2e18dbecc0dc3107ced5676843e (patch) | |
tree | 1e53f5e48699c986d3f7e564afd73940621a7dae | |
parent | 221f92d09a399d06f2f7f1c3031609f903ab6541 (diff) | |
download | bazarr-60b3b2d7f133f2e18dbecc0dc3107ced5676843e.tar.gz bazarr-60b3b2d7f133f2e18dbecc0dc3107ced5676843e.zip |
Fix for save_settings
-rw-r--r-- | bazarr/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bazarr/config.py b/bazarr/config.py index e45165a4c..3adddc3a4 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -182,6 +182,7 @@ def save_settings(settings_items): update_schedule = False update_path_map = False configure_proxy = False + exclusion_updated = False for key, value in settings_items: # Intercept database stored settings |