mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: extract cache network and compatibility entrypoints
This commit is contained in:
@@ -51,7 +51,7 @@ _STUB_MODULES = dict([
|
||||
_stub("app.agent.llm", LLMHelper=_Dummy, LLMTestError=_DummyError, LLMTestTimeout=_DummyError),
|
||||
_stub("app.application.mediaserver", MediaServerHelper=_Dummy),
|
||||
_stub("app.application.messaging.message", MessageHelper=_Dummy),
|
||||
_stub("app.runtime.progress", ProgressHelper=_Dummy),
|
||||
_stub("app.runtime.progress", ProgressHelper=_Dummy, AsyncProgressHelper=_Dummy),
|
||||
_stub("app.application.rules", RuleHelper=_Dummy),
|
||||
_stub("app.adapters.external.server", MoviePilotServerHelper=_Dummy),
|
||||
_stub("app.runtime.state", SystemHelper=_Dummy),
|
||||
|
||||
Reference in New Issue
Block a user