Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TvSeason missing episode count #161

Closed
jardim01 opened this issue Jan 25, 2024 · 5 comments
Closed

TvSeason missing episode count #161

jardim01 opened this issue Jan 25, 2024 · 5 comments
Labels

Comments

@jardim01
Copy link

The same TvSeason class is used to represent both the partial and full representation of a season, i.e. when fetching a tv series, the response contains a partial representation of the seasons without some attributes that are present when fetching the full season like "episodes", however this partial representation contains the property "episode_count" which is missing in the class TvSeason, is there a way to get this count?

@c-eg
Copy link
Owner

c-eg commented Jan 25, 2024

Hi, I'm currently in the process of updating the library. There will be a version 2 release in the next couple of months which should fix all issues, like this.

Thanks for your interest in the library!

@c-eg c-eg added the planned label Feb 25, 2024
@c-eg
Copy link
Owner

c-eg commented Mar 22, 2024

Hi, this has been fixed in #177. You can find it here

@c-eg c-eg closed this as completed Mar 22, 2024
@jardim01
Copy link
Author

That's awesome, thank you so much!!
Do you have an ETA for a new release on Maven?

@c-eg
Copy link
Owner

c-eg commented Mar 23, 2024

Hopefully within the next couple of weeks! I have a couple of apis to add/update and then some clean up to do.

@jardim01
Copy link
Author

Nice. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants