mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix plugin
This commit is contained in:
@@ -26,3 +26,5 @@ class Plugin(BaseModel):
|
||||
plugin_order: int = 0
|
||||
# 可使用的用户级别
|
||||
auth_level: int = 0
|
||||
# 是否已安装
|
||||
installed: bool = False
|
||||
|
||||
Reference in New Issue
Block a user