aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Extensions/EnumerableExtensions.cs
AgeCommit message (Collapse)Author
2026-03-08Fix remote image language priority to prefer English over no-languageredinsch
Previously, images with no language were ranked higher (score 3) than English images (score 2), causing poorly rated languageless images to be selected over well-rated English alternatives for posters and logos. Swap the priority so English is preferred over no-language images. Backdrop images are unaffected as they have their own dedicated sorting. Add unit tests for OrderByLanguageDescending. Fixes #13310
2024-12-01Round CommunityRating to nearest tenthsSenorSmartyPants
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2022-12-29Fix image searching to prioritize explicit language match if searching in ↵Brad Beattie
English (#8946)
2021-09-09Fix images "not loading" after manual identificationChris Tam
2020-10-03Migrate the TMDb providers to the TMDbLib librarycvium