mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 15:09:46 +08:00
fix(workflow): route async cache deletion through database worker
This commit is contained in:
@@ -671,7 +671,7 @@ async def init_modules() -> HostRuntime:
|
||||
),
|
||||
workflow=WorkflowRuntime(
|
||||
repository=WorkflowOper,
|
||||
system_config=SystemConfigOper,
|
||||
system_config=get_configured_system_config,
|
||||
),
|
||||
configuration=runtime_configuration,
|
||||
settings=runtime_settings,
|
||||
|
||||
Reference in New Issue
Block a user