This commit is contained in:
jxxghp
2023-08-23 19:51:22 +08:00
parent 8bb4db227a
commit 91b3fe5b1d
3 changed files with 5 additions and 7 deletions

View File

@ -78,7 +78,7 @@ class TmdbHelper:
ret_infos.append(movie)
return ret_infos
def search_tv_tmdbinfos(self, title: str, year: str) -> List[dict]:
def search_tvs(self, title: str, year: str) -> List[dict]:
"""
查询模糊匹配的所有电视剧TMDB信息
"""