mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-03 21:00:39 +08:00
fix 优雅停止
This commit is contained in:
@@ -379,7 +379,7 @@ class CommonChain(_ChainBase):
|
||||
exist_seasons = exists_tvs.get("seasons")
|
||||
if exist_seasons.get(season):
|
||||
# 取差集
|
||||
episodes = set(episodes).difference(set(exist_seasons['season']))
|
||||
episodes = set(episodes).difference(set(exist_seasons[season]))
|
||||
# 添加不存在的季集信息
|
||||
__append_no_exists(season, episodes)
|
||||
# 存在不完整的剧集
|
||||
|
||||
Reference in New Issue
Block a user