mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-26 10:40:42 +08:00
Merge pull request #5611 from wikrin/fix
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