mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat: observe legacy facade method hits
This commit is contained in:
Vendored
+2
@@ -43,6 +43,7 @@ from app.adapters.system.plugin.manifest import (
|
||||
load_dependency_manifest,
|
||||
)
|
||||
from app.runtime.log import logger
|
||||
from app.runtime.observability import observe_compat_facade
|
||||
from app.adapters.network.http import RequestUtils, AsyncRequestUtils
|
||||
from app.foundation.singleton import WeakSingleton
|
||||
|
||||
@@ -165,6 +166,7 @@ def merge_plugin_market_repos(
|
||||
return merged_repos
|
||||
|
||||
|
||||
@observe_compat_facade("PluginHelper")
|
||||
class PluginHelper(metaclass=WeakSingleton):
|
||||
"""
|
||||
插件市场管理,下载安装插件到本地
|
||||
|
||||
Reference in New Issue
Block a user