fix #1101
This commit is contained in:
parent
daa2b7a8cd
commit
83a7261fcd
@ -169,8 +169,7 @@ class MediaChain(ChainBase, metaclass=Singleton):
|
|||||||
# 识别
|
# 识别
|
||||||
meta = MetaInfo(content)
|
meta = MetaInfo(content)
|
||||||
if not meta.name:
|
if not meta.name:
|
||||||
logger.warn(f'{title} 未识别到元数据!')
|
meta.cn_name = content
|
||||||
return meta, []
|
|
||||||
# 合并信息
|
# 合并信息
|
||||||
if mtype:
|
if mtype:
|
||||||
meta.type = mtype
|
meta.type = mtype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user