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