mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
Fix for save_settings
This commit is contained in:
parent
221f92d09a
commit
60b3b2d7f1
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ def save_settings(settings_items):
|
||||||
update_schedule = False
|
update_schedule = False
|
||||||
update_path_map = False
|
update_path_map = False
|
||||||
configure_proxy = False
|
configure_proxy = False
|
||||||
|
exclusion_updated = False
|
||||||
|
|
||||||
for key, value in settings_items:
|
for key, value in settings_items:
|
||||||
# Intercept database stored settings
|
# Intercept database stored settings
|
||||||
|
|
Loading…
Reference in a new issue