mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-08 17:20:22 +08:00
fix(media): 修复剧集单集图片刮削
This commit is contained in:
@@ -87,7 +87,7 @@ class TmdbScraper:
|
||||
episodeinfo = self.__get_episode_detail(seasoninfo, episode)
|
||||
if still_path := episodeinfo.get("still_path"):
|
||||
# TMDB集still图片
|
||||
still_name = f"{episode}"
|
||||
still_name = f"episode-thumb-{episode}"
|
||||
still_url = settings.TMDB_IMAGE_URL(still_path)
|
||||
images[still_name] = still_url
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user