fix image size

This commit is contained in:
jxxghp
2023-07-27 11:19:40 +08:00
parent d873765768
commit f9d3b4826a
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ class DownloadChain(ChainBase):
doubanid=_media.douban_id,
seasons=_meta.season,
episodes=_meta.episode,
image=_media.backdrop_path,
image=_media.get_backdrop_image(),
download_hash=_hash,
torrent_name=_torrent.title,
torrent_description=_torrent.description,