mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ class SearchChain(ChainBase):
|
|||||||
if no_exists and no_exists.get(mediakey):
|
if no_exists and no_exists.get(mediakey):
|
||||||
# 过滤剧集
|
# 过滤剧集
|
||||||
season_episodes = {sea: info.episodes
|
season_episodes = {sea: info.episodes
|
||||||
for sea, info in no_exists[mediainfo.tmdb_id].items()}
|
for sea, info in no_exists[mediakey].items()}
|
||||||
elif mediainfo.season:
|
elif mediainfo.season:
|
||||||
# 豆瓣只搜索当前季
|
# 豆瓣只搜索当前季
|
||||||
season_episodes = {mediainfo.season: []}
|
season_episodes = {mediainfo.season: []}
|
||||||
|
|||||||
Reference in New Issue
Block a user