mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix plugin order
This commit is contained in:
@@ -31,7 +31,7 @@ class PluginAutoUpdate(_PluginBase):
|
||||
# 插件配置项ID前缀
|
||||
plugin_config_prefix = "pluginautoupdate_"
|
||||
# 加载顺序
|
||||
plugin_order = 99
|
||||
plugin_order = 97
|
||||
# 可使用的用户级别
|
||||
auth_level = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user