fix 不优先下载整季的Bug
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user