aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Model.Tests/Extensions
AgeCommit message (Collapse)Author
2026-03-08Use file-scoped namespace in EnumerableExtensionsTestsredinsch
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
2025-01-11Update dependency FsCheck.Xunit to v3 (#13333)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-06-05Add property based testingBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-04-21Address commentsBond_009
2020-04-20Rename testBond_009
2020-04-19Address commentsBond_009