mirror of https://github.com/evilhero/mylar
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:
parent
10b3d5f00a
commit
22a3345aa6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue