mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14236] [CLOSED] Change image language priority to prefer English over images with no language #13893
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/14236
Author: @rasko-dev
Created: 6/7/2025
Status: ❌ Closed
Base:
master← Head:image-language-sorting-reorder📝 Commits (2)
a3d987bChanged ordering of images based on metadata languagefd18763add self to CONTRIBUTORS.md📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
MediaBrowser.Model/Extensions/EnumerableExtensions.cs(+3 -3)📄 Description
Changes
Changes the ordering of remote images to prioritize English over images with no language. This was the intended behaviour prior to #8946, which changed this in order to prevent English from being equally ranked with No language when English was the requested language. However to me it looks like the change of ordering priority was due to an oversight, as the fix could easily have kept the intended priority order.
Image ordering is now:
Which means that when English is the requested language, it is still prioritized higher than No language.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.