fix bug
This commit is contained in:
parent
05f1a24199
commit
b7448232e6
@ -151,8 +151,8 @@ class TheMovieDbModule(_ModuleBase):
|
||||
|
||||
return None
|
||||
|
||||
def match_doubaninfo(self, name: str, mtype: MediaType = None,
|
||||
year: str = None, season: int = None) -> dict:
|
||||
def match_tmdbinfo(self, name: str, mtype: MediaType = None,
|
||||
year: str = None, season: int = None) -> dict:
|
||||
"""
|
||||
搜索和匹配TMDB信息
|
||||
:param name: 名称
|
||||
|
Loading…
x
Reference in New Issue
Block a user