fix webhook image
This commit is contained in:
parent
19ca957283
commit
b4432b923a
@ -76,7 +76,8 @@ class WebhookChain(ChainBase):
|
|||||||
# 消息图片
|
# 消息图片
|
||||||
image_url = event_info.image_url
|
image_url = event_info.image_url
|
||||||
# 查询剧集图片
|
# 查询剧集图片
|
||||||
if event_info.tmdb_id \
|
if not image_url \
|
||||||
|
and event_info.tmdb_id \
|
||||||
and event_info.season_id:
|
and event_info.season_id:
|
||||||
specific_image = self.obtain_specific_image(
|
specific_image = self.obtain_specific_image(
|
||||||
mediaid=event_info.tmdb_id,
|
mediaid=event_info.tmdb_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user