You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rotten Tomatoes critics ratings for movies that are legitimately 0% aren't shown in the details page for a movie, likely because of this line coercing zero to false:
which is a pattern used often in surrounding code as well. I haven't tested any of the other rating types but assume this applies to them too.
Version
Latest develop branch
Steps to Reproduce
View the movie details page of any movie with a 0% Rotten Tomatoes critics score, such as /movie/1182387 (assuming the rating hasn't changed since the time of writing).
Description
Rotten Tomatoes critics ratings for movies that are legitimately 0% aren't shown in the details page for a movie, likely because of this line coercing zero to false:
jellyseerr/src/components/MovieDetails/index.tsx
Line 789 in 66a5ab4
which is a pattern used often in surrounding code as well. I haven't tested any of the other rating types but assume this applies to them too.
Version
Latest develop branch
Steps to Reproduce
View the movie details page of any movie with a 0% Rotten Tomatoes critics score, such as
/movie/1182387
(assuming the rating hasn't changed since the time of writing).Corresponds to https://www.rottentomatoes.com/m/armor
Screenshots
Rotten Tomatoes, with a 0% critics score:
Jellyseerr, with no visible rt critic score:
Jellyseerr's
ratingscombined
API response, which does have the 0% rt critics score:Logs
No response
Platform
desktop
Database
SQLite (default)
Device
Mac
Operating System
macOS
Browser
Chromium
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: