mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
refactor(config): retire RuntimeSettingsCompat host usage
This commit is contained in:
@@ -62,7 +62,7 @@ def _enabled_keys() -> FrozenSet[str]:
|
||||
|
||||
:return: 标识集合
|
||||
"""
|
||||
configured = get_runtime_setting("DEPRECATION_ENABLED") or ""
|
||||
configured = get_runtime_setting('DEPRECATION_ENABLED') or ""
|
||||
return frozenset(item.strip() for item in str(configured).split(",") if item.strip())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user