tmdb-java
tmdb-java copied to clipboard
DiscoverTv Service doesn't have vote_average_lte, while the DiscoverMovie service does.
Hey there, I noticed that DiscoverTv has vote_average_gte but not vote_average_lte, while DiscoverMovie has both (and so does TMDB.com).
Thanks for reporting!
Looks like it's also missing it for vote count.
- https://github.com/UweTrottmann/tmdb-java/blob/main/src/main/java/com/uwetrottmann/tmdb2/DiscoverTvBuilder.java
- https://github.com/UweTrottmann/tmdb-java/blob/main/src/main/java/com/uwetrottmann/tmdb2/DiscoverMovieBuilder.java
- https://developer.themoviedb.org/reference/discover-tv
I'll add it once I have time.
Will be available in the 2.12.0 release.