mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix #1110
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ class PluginManager(metaclass=Singleton):
|
|||||||
if plugin.get("id") in install_plugins and not plugin.get("installed"):
|
if plugin.get("id") in install_plugins and not plugin.get("installed"):
|
||||||
# 下载安装
|
# 下载安装
|
||||||
state, msg = self.pluginhelper.install(pid=plugin.get("id"),
|
state, msg = self.pluginhelper.install(pid=plugin.get("id"),
|
||||||
fi repo_url=plugin.get("repo_url"))
|
repo_url=plugin.get("repo_url"))
|
||||||
# 安装失败
|
# 安装失败
|
||||||
if not state:
|
if not state:
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user