mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:52:28 +08:00
fix #318
This commit is contained in:
@@ -602,7 +602,7 @@ class DownloadChain(ChainBase):
|
||||
continue
|
||||
# 添加不存在的季集信息
|
||||
__append_no_exists(_season=season, _episodes=lack_episodes,
|
||||
_total=season_total, _start=min(episodes))
|
||||
_total=season_total, _start=min(lack_episodes))
|
||||
else:
|
||||
# 全季不存在
|
||||
__append_no_exists(_season=season, _episodes=[],
|
||||
|
||||
Reference in New Issue
Block a user