From 3d6e1335f85e430cd61fc3f331369c1dd44d909a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 22 Jun 2024 06:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scraper.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/themoviedb/scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/themoviedb/scraper.py b/app/modules/themoviedb/scraper.py index 311e41d4..2cde14fd 100644 --- a/app/modules/themoviedb/scraper.py +++ b/app/modules/themoviedb/scraper.py @@ -139,7 +139,7 @@ class TmdbScraper: if self._force_nfo or not file_path.with_name("season.nfo").exists(): self.__gen_tv_season_nfo_file(seasoninfo=seasoninfo, season=meta.begin_season, - season_path=file_path.parent) + season_path=file_path) # TMDB季poster图片 sea_seq = str(meta.begin_season).rjust(2, '0') if seasoninfo.get("poster_path"):