mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix(mediaservermsg): 优化剧集图片查询逻辑
- 修改查询条件,仅当项目类型为TV或SHOW时执行剧集图片查询
This commit is contained in:
@@ -520,7 +520,7 @@ class MediaServerMsg(_PluginBase):
|
||||
)
|
||||
|
||||
# 查询剧集图片
|
||||
else:
|
||||
elif event_info.item_type in ["TV", "SHOW"]:
|
||||
season_id = event_info.season_id if event_info.season_id else None
|
||||
episode_id = event_info.episode_id if event_info.episode_id else None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user