mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix QueryEpisodeScheduleTool
This commit is contained in:
@@ -78,9 +78,7 @@ class QueryEpisodeScheduleTool(MoviePilotTool):
|
|||||||
"vote_average": episode.vote_average,
|
"vote_average": episode.vote_average,
|
||||||
"still_path": episode.still_path,
|
"still_path": episode.still_path,
|
||||||
"episode_type": episode.episode_type,
|
"episode_type": episode.episode_type,
|
||||||
"season_number": episode.season_number,
|
"season_number": episode.season_number
|
||||||
"crew": episode.crew if episode.crew else [],
|
|
||||||
"guest_stars": episode.guest_stars if episode.guest_stars else []
|
|
||||||
}
|
}
|
||||||
episode_list.append(episode_info)
|
episode_list.append(episode_info)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user