fix #2421
fix #2412
This commit is contained in:
jxxghp
2024-06-25 16:29:57 +08:00
parent 3287c85300
commit 2d0b21d3f2

View File

@ -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: