Merge pull request #444 from WebSpider/dev-fix_backlog_save

Fix backlog startup setting saving, fixes #434
This commit is contained in:
Nils 2014-05-07 14:58:32 +02:00
commit 342be6cbae
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)