fix tmdbapi

This commit is contained in:
jxxghp
2023-08-21 16:44:42 +08:00
parent 3b95453363
commit 7acbd0904b
2 changed files with 36 additions and 55 deletions

View File

@@ -89,7 +89,7 @@ class TheMovieDbModule(_ModuleBase):
year=meta.year,
mtype=MediaType.TV)
if not info:
# 非严格模式下去掉年份和类型再查一次
# 去掉年份和类型再查一次
info = self.tmdb.match_multi(name=meta.name)
if not info: