mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix(plugin): reload monitor on local path changes
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ from app.utils.system import SystemUtils
|
|||||||
|
|
||||||
class PluginManager(ConfigReloadMixin, metaclass=Singleton):
|
class PluginManager(ConfigReloadMixin, metaclass=Singleton):
|
||||||
"""插件管理器"""
|
"""插件管理器"""
|
||||||
CONFIG_WATCH = {"DEV", "PLUGIN_AUTO_RELOAD"}
|
CONFIG_WATCH = {"DEV", "PLUGIN_AUTO_RELOAD", "PLUGIN_LOCAL_PATHS"}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# 插件列表
|
# 插件列表
|
||||||
|
|||||||
Reference in New Issue
Block a user