fix webhook image

This commit is contained in:
jxxghp 2023-08-18 11:29:44 +08:00
parent 19ca957283
commit b4432b923a

View File

@ -76,7 +76,8 @@ class WebhookChain(ChainBase):
# 消息图片
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:
specific_image = self.obtain_specific_image(
mediaid=event_info.tmdb_id,