Skip to content

Commit

Permalink
fix download image
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Jul 12, 2023
1 parent 41bc1a9 commit 8c2364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chain/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def download_single(self, context: Context, torrent_file: Path = None,
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,
Expand Down

0 comments on commit 8c2364a

Please sign in to comment.