mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix bug
This commit is contained in:
@@ -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信息
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user