mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-21 21:47:15 +00: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_path_map = False
|
||||
configure_proxy = False
|
||||
exclusion_updated = False
|
||||
|
||||
for key, value in settings_items:
|
||||
# Intercept database stored settings
|
||||
|
|
Loading…
Reference in a new issue