mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-11 11:55:03 -05:00
Add saving config option for BACKLOG_STARTUP
This commit is contained in:
parent
3984965a1c
commit
932cffac24
@ -1335,6 +1335,7 @@ def save_config():
|
|||||||
new_config['General']['download_propers'] = int(DOWNLOAD_PROPERS)
|
new_config['General']['download_propers'] = int(DOWNLOAD_PROPERS)
|
||||||
new_config['General']['prefer_episode_releases'] = int(PREFER_EPISODE_RELEASES)
|
new_config['General']['prefer_episode_releases'] = int(PREFER_EPISODE_RELEASES)
|
||||||
new_config['General']['allow_high_priority'] = int(ALLOW_HIGH_PRIORITY)
|
new_config['General']['allow_high_priority'] = int(ALLOW_HIGH_PRIORITY)
|
||||||
|
new_config['General']['backlog_startup'] = int(BACKLOG_STARTUP)
|
||||||
new_config['General']['quality_default'] = int(QUALITY_DEFAULT)
|
new_config['General']['quality_default'] = int(QUALITY_DEFAULT)
|
||||||
new_config['General']['status_default'] = int(STATUS_DEFAULT)
|
new_config['General']['status_default'] = int(STATUS_DEFAULT)
|
||||||
new_config['General']['flatten_folders_default'] = int(FLATTEN_FOLDERS_DEFAULT)
|
new_config['General']['flatten_folders_default'] = int(FLATTEN_FOLDERS_DEFAULT)
|
||||||
|
Loading…
Reference in New Issue
Block a user