This commit is contained in:
jxxghp 2023-11-10 21:54:45 +08:00
parent daa2b7a8cd
commit 83a7261fcd

View File

@ -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