FIX: disable alphaindex auto-disabling

Misunderstood usage of checked_configs caused alphaindex to reset to false on reboot (and the index to be disabled)
This commit is contained in:
barbequesauce 2018-11-13 12:25:50 -05:00 committed by GitHub
parent 24130a8270
commit 792988e105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4935,7 +4935,7 @@ class WebInterface(object):
'lowercase_filenames', 'autowant_upcoming', 'autowant_all', 'comic_cover_local', 'alternate_latest_series_covers', 'cvinfo', 'snatchedtorrent_notify',
'prowl_enabled', 'prowl_onsnatch', 'nma_enabled', 'nma_onsnatch', 'pushover_enabled', 'pushover_onsnatch', 'boxcar_enabled',
'boxcar_onsnatch', 'pushbullet_enabled', 'pushbullet_onsnatch', 'telegram_enabled', 'telegram_onsnatch', 'slack_enabled', 'slack_onsnatch',
'opds_enable', 'opds_authentication', 'opds_metainfo', 'alphaindex']
'opds_enable', 'opds_authentication', 'opds_metainfo']
for checked_config in checked_configs:
if checked_config not in kwargs: