We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a200d9 commit c947fd5Copy full SHA for c947fd5
1 file changed
trackma/ui/cli.py
@@ -985,7 +985,9 @@ def _make_list_json(self, showlist):
985
"current_episode": episode_str_current,
986
"total_episodes": episode_str_last,
987
"score": score,
988
- "status": show['status'].value
+ "status": show['status'].value,
989
+ "estimated_aired_episode": "",
990
+ "image": show['image']
991
}
992
993
# Check if show is airing and get estimated aired episode
0 commit comments