fix 不优先下载整季的Bug

This commit is contained in:
jxxghp
2023-08-21 08:21:42 +08:00
parent 5d9b45a2f8
commit 75bd4d4b77
2 changed files with 9 additions and 1 deletions

View File

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