Skip to content

Commit c947fd5

Browse files
authored
also print cover images
this should be useful in my script `adl -c`
1 parent 5a200d9 commit c947fd5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

trackma/ui/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,9 @@ def _make_list_json(self, showlist):
985985
"current_episode": episode_str_current,
986986
"total_episodes": episode_str_last,
987987
"score": score,
988-
"status": show['status'].value
988+
"status": show['status'].value,
989+
"estimated_aired_episode": "",
990+
"image": show['image']
989991
}
990992

991993
# Check if show is airing and get estimated aired episode

0 commit comments

Comments
 (0)