Add saving config option for BACKLOG_STARTUP

This commit is contained in:
Nils Vogels 2014-05-07 14:54:52 +02:00
parent 3984965a1c
commit 932cffac24
1 changed files with 1 additions and 0 deletions

View File

@ -1335,6 +1335,7 @@ def save_config():
new_config['General']['download_propers'] = int(DOWNLOAD_PROPERS)
new_config['General']['prefer_episode_releases'] = int(PREFER_EPISODE_RELEASES)
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']['status_default'] = int(STATUS_DEFAULT)
new_config['General']['flatten_folders_default'] = int(FLATTEN_FOLDERS_DEFAULT)