mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix 修复仪表板异常
This commit is contained in:
@@ -633,6 +633,7 @@ class PluginManager(metaclass=Singleton):
|
|||||||
render_mode=render_mode,
|
render_mode=render_mode,
|
||||||
cols=cols or {},
|
cols=cols or {},
|
||||||
attrs=attrs or {},
|
attrs=attrs or {},
|
||||||
|
elements=elements
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_plugin_attr(self, pid: str, attr: str) -> Any:
|
def get_plugin_attr(self, pid: str, attr: str) -> Any:
|
||||||
|
|||||||
Reference in New Issue
Block a user