fix bug
This commit is contained in:
@ -258,6 +258,8 @@ class UserMessageChain(ChainBase):
|
|||||||
# 合并信息
|
# 合并信息
|
||||||
if mtype:
|
if mtype:
|
||||||
meta.type = mtype
|
meta.type = mtype
|
||||||
|
elif meta.type != MediaType.TV:
|
||||||
|
meta.type = None
|
||||||
if season_num:
|
if season_num:
|
||||||
meta.begin_season = season_num
|
meta.begin_season = season_num
|
||||||
if episode_num:
|
if episode_num:
|
||||||
|
Reference in New Issue
Block a user