fix #1029
This commit is contained in:
parent
cf13e4a4fa
commit
a2d503b2f5
@ -121,7 +121,10 @@ class ChainBase(metaclass=ABCMeta):
|
|||||||
:return: 识别的媒体信息,包括剧集信息
|
:return: 识别的媒体信息,包括剧集信息
|
||||||
"""
|
"""
|
||||||
if not tmdbid and hasattr(meta, "tmdbid"):
|
if not tmdbid and hasattr(meta, "tmdbid"):
|
||||||
|
# 识别用名中含指定信息情形
|
||||||
tmdbid = meta.tmdbid
|
tmdbid = meta.tmdbid
|
||||||
|
if meta.mtype:
|
||||||
|
mtype = meta.mtype
|
||||||
return self.run_module("recognize_media", meta=meta, mtype=mtype, tmdbid=tmdbid)
|
return self.run_module("recognize_media", meta=meta, mtype=mtype, tmdbid=tmdbid)
|
||||||
|
|
||||||
def match_doubaninfo(self, name: str, imdbid: str = None,
|
def match_doubaninfo(self, name: str, imdbid: str = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user