mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 19:47:41 +08:00
更新 context.py
This commit is contained in:
+1
-1
@@ -460,7 +460,7 @@ class MediaInfo:
|
|||||||
self.season_years[season] = air_date[:4]
|
self.season_years[season] = air_date[:4]
|
||||||
# 剧集组
|
# 剧集组
|
||||||
if info.get("episode_groups"):
|
if info.get("episode_groups"):
|
||||||
self.episode_groups = info["episode_groups"].get("results") or []
|
self.episode_groups = info.pop("episode_groups").get("results") or []
|
||||||
|
|
||||||
# 海报
|
# 海报
|
||||||
if info.get('poster_path'):
|
if info.get('poster_path'):
|
||||||
|
|||||||
Reference in New Issue
Block a user