mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13145] [MERGED] Round RemoteImage CommunityRating to nearest tenths when sorting #13478
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13145
Author: @SenorSmartyPants
Created: 12/2/2024
Status: ✅ Merged
Merged: 6/1/2025
Merged by: @Bond-009
Base:
master← Head:RemoteImageSorting📝 Commits (1)
12c14ddRound CommunityRating to nearest tenths📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
MediaBrowser.Model/Extensions/EnumerableExtensions.cs(+1 -1)📄 Description
Some Movies/series images on TMDB have very close ratings (differing by hundredths) but the JF UI only displays rating to the tenths. This results in seemingly out of order images.
Changes
Community Rating is rounded to nearest tenths when sorting, hundredths are not significant IMO. This results in a more intuitive display. Now number of votes has the proper weight when rating is so close.
Before

After

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.