mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15793] [MERGED] Prefer US rating on fallback #14419
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/15793
Author: @Shadowghost
Created: 12/15/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:prefer-us-rating📝 Commits (1)
212b4e5Prefer US rating on fallback📊 Changes
2 files changed (+26 additions, -3 deletions)
View changed files
📝
Emby.Server.Implementations/Localization/LocalizationManager.cs(+7 -3)📝
tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs(+19 -0)📄 Description
Since US rating is often the fallback on metadata providers, we should try it first before doing a full scan, otherwise CA could be picked for certain ratings.
Issues
Fixes #15775
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.