omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

[Feature Request] Include the poster of episodes in the season call #292

Open BournazosHarry opened 1 year ago

BournazosHarry commented 1 year ago

In a home app, I have a view where I display a list of all episodes of a season. It would be nice to get the poster in that call (apikey&i&season) for each episode in the results. Currently I need to make one call per episode to get it which I don't think it's a proper solution.

Thanks for your awesome work!