From 2d0b21d3f2e1192629d3bda285e6895f51e41127 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 25 Jun 2024 16:29:57 +0800 Subject: [PATCH] fix #2418 fix #2421 fix #2412 --- 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 a38f0369..757d51c3 100644 --- a/app/modules/themoviedb/scraper.py +++ b/app/modules/themoviedb/scraper.py @@ -168,7 +168,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) + season_path=file_path.parent) # TMDB季图片 poster_name, poster_url = self.get_season_poster(seasoninfo, meta.begin_season) if poster_name and poster_url: