Merge pull request #1030 from Shurelol/main
This commit is contained in:
commit
560773a11a
@ -121,7 +121,10 @@ class ChainBase(metaclass=ABCMeta):
|
||||
:return: 识别的媒体信息,包括剧集信息
|
||||
"""
|
||||
if not tmdbid and hasattr(meta, "tmdbid"):
|
||||
# 识别用名中含指定信息情形
|
||||
tmdbid = meta.tmdbid
|
||||
if not mtype and meta.type in [MediaType.TV, MediaType.MOVIE]:
|
||||
mtype = meta.type
|
||||
return self.run_module("recognize_media", meta=meta, mtype=mtype, tmdbid=tmdbid)
|
||||
|
||||
def match_doubaninfo(self, name: str, imdbid: str = None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user