Merge pull request #408 from amtoaer/fix_subscribe_lack

This commit is contained in:
jxxghp 2023-09-03 07:16:58 +08:00 committed by GitHub
commit 31b460f89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -782,7 +782,7 @@ class SubscribeChain(ChainBase):
# 没有自定义总集数
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(