Add selectable animdl download fallback
This commit is contained in:
@@ -2766,6 +2766,8 @@ def save_runtime_config(config):
|
||||
current = get_config_snapshot(fallback=DEFAULT_CONFIG)
|
||||
merged = dict(current)
|
||||
if isinstance(config, dict):
|
||||
if "anipy_cli_fallback_enabled" in config and "download_methods" not in config:
|
||||
merged.pop("download_methods", None)
|
||||
merged.update(config)
|
||||
normalized = normalize_config(merged)
|
||||
previous_fingerprint = remote_access_session_fingerprint(current)
|
||||
|
||||
Reference in New Issue
Block a user