Merge pull request #408 from amtoaer/fix_subscribe_lack
This commit is contained in:
commit
31b460f89f
@ -782,7 +782,7 @@ class SubscribeChain(ChainBase):
|
|||||||
# 没有自定义总集数
|
# 没有自定义总集数
|
||||||
total_episode = total
|
total_episode = total
|
||||||
# 新的集列表
|
# 新的集列表
|
||||||
episodes = list(range(start_episode, total_episode + 1))
|
episodes = list(range(max(start_episode, start), total_episode + 1))
|
||||||
|
|
||||||
# 更新集合
|
# 更新集合
|
||||||
no_exists[tmdb_id][begin_season] = NotExistMediaInfo(
|
no_exists[tmdb_id][begin_season] = NotExistMediaInfo(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user