mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 03:27:31 +08:00
fix #1101
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user