[PR #12278] [MERGED] Fix localization of audio title #13122

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12278
Author: @Bond-009
Created: 7/15/2024
Status: Merged
Merged: 7/16/2024
Merged by: @Bond-009

Base: release-10.9.zHead: localizeaudio


📝 Commits (2)

📊 Changes

3 files changed (+11 additions, -5 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+8 -4)
📝 MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs (+2 -0)
📝 tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs (+1 -1)

📄 Description

Maybe passing ILocalizationManager into the ctor of MediaStream is a better solution for master?

Fixes #12276


🔄 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/12278 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `release-10.9.z` ← **Head:** `localizeaudio` --- ### 📝 Commits (2) - [`5bab02f`](https://github.com/jellyfin/jellyfin/commit/5bab02fa548df4a60a6241f7e7f338bffa88cb38) Fix localization of audio title - [`b8e2d8e`](https://github.com/jellyfin/jellyfin/commit/b8e2d8e11a6238d59790c2473fdc22814242a0b1) Fix tests ### 📊 Changes **3 files changed** (+11 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+8 -4) 📝 `MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs` (+2 -0) 📝 `tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs` (+1 -1) </details> ### 📄 Description Maybe passing ILocalizationManager into the ctor of MediaStream is a better solution for master? Fixes #12276 --- <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:07:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13122