From 82510d60ca23a843360669eac3e7054d30a4bc5d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 3 Apr 2025 22:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/themoviedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/themoviedb/__init__.py b/app/modules/themoviedb/__init__.py index c3609ac5..03d68c1b 100644 --- a/app/modules/themoviedb/__init__.py +++ b/app/modules/themoviedb/__init__.py @@ -232,7 +232,7 @@ class TheMovieDbModule(_ModuleBase): if not episodes: continue seasons[season] = [ep.get("episode_number") for ep in episodes] - season_info[season] = episodes + season_info.append(group_episode) # 当前季第一季时间 first_date = episodes[0].get("air_date") if re.match(r"^\d{4}-\d{2}-\d{2}$", first_date):