This commit is contained in:
jxxghp 2023-08-23 12:54:38 +08:00
parent 2682a80815
commit 4586a0c1fe

View File

@ -737,8 +737,8 @@ class SubscribeChain(ChainBase):
if no_exist_season: if no_exist_season:
# 原季集列表 # 原季集列表
episode_list = no_exist_season.episodes episode_list = no_exist_season.episodes
# 整季缺失的不处理 # 整季缺失且没有开始集数的的不处理
if not episode_list: if not episode_list and not start_episode:
return no_exists return no_exists
# 原总集数 # 原总集数
total = no_exist_season.total_episode total = no_exist_season.total_episode