feat:搜索支持指定站点
This commit is contained in:
jxxghp
2025-02-20 13:03:12 +08:00
parent e3f8ed9886
commit 5269b4bc82
3 changed files with 26 additions and 12 deletions

View File

@@ -173,7 +173,7 @@ class TheMovieDbModule(_ModuleBase):
if info and not info.get("genres"):
info = self.tmdb.get_info(mtype=info.get("media_type"),
tmdbid=info.get("id"))
else:
elif not info:
logger.error("识别媒体信息时未提供元数据或唯一且有效的tmdbid")
return None