mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-11 10:40:18 +08:00
fix: align media recognition fallback and shared reporting
Route title and path lookups through the fallback-aware entrypoints so auxiliary matches can reuse pre-assist keywords without forcing image fetches in lightweight flows. Also reduce noisy agent shutdown logging during cleanup.
This commit is contained in:
@@ -44,7 +44,7 @@ class AgentInitializer:
|
||||
logger.info("AI智能体管理器已关闭")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"关闭AI智能体管理器时发生错误: {e}")
|
||||
logger.debug(f"关闭AI智能体管理器时发生错误: {e}")
|
||||
|
||||
|
||||
# 全局AI智能体初始化器实例
|
||||
|
||||
Reference in New Issue
Block a user