fix image size
This commit is contained in:
parent
d873765768
commit
f9d3b4826a
@ -130,7 +130,7 @@ class DownloadChain(ChainBase):
|
|||||||
doubanid=_media.douban_id,
|
doubanid=_media.douban_id,
|
||||||
seasons=_meta.season,
|
seasons=_meta.season,
|
||||||
episodes=_meta.episode,
|
episodes=_meta.episode,
|
||||||
image=_media.backdrop_path,
|
image=_media.get_backdrop_image(),
|
||||||
download_hash=_hash,
|
download_hash=_hash,
|
||||||
torrent_name=_torrent.title,
|
torrent_name=_torrent.title,
|
||||||
torrent_description=_torrent.description,
|
torrent_description=_torrent.description,
|
||||||
|
@ -453,7 +453,7 @@ class DoubanSync(_PluginBase):
|
|||||||
"title": doubaninfo.get("title") or mediainfo.title,
|
"title": doubaninfo.get("title") or mediainfo.title,
|
||||||
"type": mediainfo.type.value,
|
"type": mediainfo.type.value,
|
||||||
"year": mediainfo.year,
|
"year": mediainfo.year,
|
||||||
"poster": mediainfo.poster_path,
|
"poster": mediainfo.get_poster_image(),
|
||||||
"overview": mediainfo.overview,
|
"overview": mediainfo.overview,
|
||||||
"tmdbid": mediainfo.tmdb_id,
|
"tmdbid": mediainfo.tmdb_id,
|
||||||
"doubanid": douban_id,
|
"doubanid": douban_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user