Skip to content

Commit

Permalink
also print cover images
Browse files Browse the repository at this point in the history
this should be useful in my script `adl -c`
  • Loading branch information
RaitaroH authored Jan 15, 2023
1 parent 5a200d9 commit c947fd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trackma/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,9 @@ def _make_list_json(self, showlist):
"current_episode": episode_str_current,
"total_episodes": episode_str_last,
"score": score,
"status": show['status'].value
"status": show['status'].value,
"estimated_aired_episode": "",
"image": show['image']
}

# Check if show is airing and get estimated aired episode
Expand Down

0 comments on commit c947fd5

Please sign in to comment.