[PR #13388] [MERGED] Fix rating levels #13553

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13388
Author: @Shadowghost
Created: 1/18/2025
Status: Merged
Merged: 1/23/2025
Merged by: @joshuaboniface

Base: release-10.10.zHead: fix-ratings


📝 Commits (1)

📊 Changes

10 files changed (+33 additions, -23 deletions)

View changed files

📝 Emby.Server.Implementations/Localization/Ratings/br.csv (+7 -1)
📝 Emby.Server.Implementations/Localization/Ratings/ca.csv (+0 -2)
📝 Emby.Server.Implementations/Localization/Ratings/es.csv (+1 -1)
📝 Emby.Server.Implementations/Localization/Ratings/gb.csv (+2 -1)
📝 Emby.Server.Implementations/Localization/Ratings/ie.csv (+1 -0)
📝 Emby.Server.Implementations/Localization/Ratings/no.csv (+1 -0)
📝 Emby.Server.Implementations/Localization/Ratings/nz.csv (+1 -0)
📝 Emby.Server.Implementations/Localization/Ratings/us.csv (+18 -16)
📝 Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs (+1 -1)
📝 tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs (+1 -1)

📄 Description

Backports some changes from #12615 to stable branch

Changes

  • Fix some rating inconsitencies, namely TV-PG US rating

Issues
Fixes #13387
Fixes #13077


🔄 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/13388 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `release-10.10.z` ← **Head:** `fix-ratings` --- ### 📝 Commits (1) - [`adfe52f`](https://github.com/jellyfin/jellyfin/commit/adfe52f55a252a999aad813d168fbbd0c6be0a59) Fix rating levels ### 📊 Changes **10 files changed** (+33 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Localization/Ratings/br.csv` (+7 -1) 📝 `Emby.Server.Implementations/Localization/Ratings/ca.csv` (+0 -2) 📝 `Emby.Server.Implementations/Localization/Ratings/es.csv` (+1 -1) 📝 `Emby.Server.Implementations/Localization/Ratings/gb.csv` (+2 -1) 📝 `Emby.Server.Implementations/Localization/Ratings/ie.csv` (+1 -0) 📝 `Emby.Server.Implementations/Localization/Ratings/no.csv` (+1 -0) 📝 `Emby.Server.Implementations/Localization/Ratings/nz.csv` (+1 -0) 📝 `Emby.Server.Implementations/Localization/Ratings/us.csv` (+18 -16) 📝 `Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs` (+1 -1) 📝 `tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs` (+1 -1) </details> ### 📄 Description Backports some changes from #12615 to stable branch **Changes** * Fix some rating inconsitencies, namely TV-PG US rating **Issues** Fixes #13387 Fixes #13077 --- <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:15:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13553