diff --git a/app/chain/download.py b/app/chain/download.py index 622ba8e1..b127527c 100644 --- a/app/chain/download.py +++ b/app/chain/download.py @@ -112,7 +112,7 @@ class DownloadChain(ChainBase): doubanid=_media.douban_id, seasons=_meta.season, episodes=_meta.episode, - image=_media.poster_path, + image=_media.backdrop_path, download_hash=_hash, torrent_name=_torrent.title, torrent_description=_torrent.description,