mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
refactor(config): retire RuntimeSettingsCompat host usage
This commit is contained in:
@@ -286,7 +286,7 @@ class LocalDirectoryWatcher:
|
||||
:return: 重扫轮次延迟秒数元组
|
||||
"""
|
||||
return self._parse_rescan_delays(
|
||||
get_runtime_setting("MONITOR_RESCAN_DELAYS")
|
||||
get_runtime_setting('MONITOR_RESCAN_DELAYS')
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user