Merge pull request #5531 from WongWang/feat-plugin-priority

This commit is contained in:
jxxghp
2026-03-10 12:54:39 +08:00
committed by GitHub
3 changed files with 110 additions and 42 deletions

View File

@@ -322,6 +322,8 @@ class ConfigModel(BaseModel):
DEFAULT_SUB: Optional[str] = "zh-cn"
# 新增已入库媒体是否跟随TMDB信息变化
SCRAP_FOLLOW_TMDB: bool = True
# 优先使用辅助识别
RECOGNIZE_PLUGIN_FIRST: bool = False
# ==================== 服务地址配置 ====================
# 服务器地址,对应 https://github.com/jxxghp/MoviePilot-Server 项目