[PR #15793] [MERGED] Prefer US rating on fallback #14419

Closed
opened 2026-02-07 07:29:30 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: prefer-us-rating


📝 Commits (1)

  • 212b4e5 Prefer 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15793 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `prefer-us-rating` --- ### 📝 Commits (1) - [`212b4e5`](https://github.com/jellyfin/jellyfin/commit/212b4e56ace8408c0d5aa7b7e797b7e7cc5a5fdd) Prefer US rating on fallback ### 📊 Changes **2 files changed** (+26 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Localization/LocalizationManager.cs` (+7 -3) 📝 `tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs` (+19 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:29:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14419