[PR #6430] [MERGED] Minor improvements #10960

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6430
Author: @Bond-009
Created: 8/15/2021
Status: Merged
Merged: 8/16/2021
Merged by: @cvium

Base: masterHead: minor17


📝 Commits (1)

📊 Changes

16 files changed (+151 additions, -195 deletions)

View changed files

📝 Emby.Server.Implementations/Channels/ChannelManager.cs (+1 -1)
📝 Emby.Server.Implementations/Collections/CollectionManager.cs (+13 -19)
📝 Emby.Server.Implementations/Localization/LocalizationManager.cs (+27 -36)
📝 MediaBrowser.Common/Plugins/BasePluginOfT.cs (+2 -2)
📝 MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs (+4 -4)
📝 MediaBrowser.Controller/BaseItemManager/IBaseItemManager.cs (+1 -3)
📝 MediaBrowser.Controller/Channels/ChannelItemResult.cs (+4 -5)
📝 MediaBrowser.Controller/Collections/CollectionCreationOptions.cs (+1 -1)
📝 MediaBrowser.Controller/Collections/CollectionModifiedEventArgs.cs (+0 -2)
📝 MediaBrowser.Controller/Collections/ICollectionManager.cs (+3 -5)
📝 MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs (+0 -2)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+0 -3)
📝 MediaBrowser.Model/Globalization/ILocalizationManager.cs (+1 -10)
📝 MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs (+49 -53)
📝 MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs (+44 -48)
📝 tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs (+1 -1)

📄 Description

No description provided


🔄 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/6430 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/15/2021 **Status:** ✅ Merged **Merged:** 8/16/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `minor17` --- ### 📝 Commits (1) - [`19824bf`](https://github.com/jellyfin/jellyfin/commit/19824bff94a9f557c3fb1616e1b5031fd125a53a) Minor improvements ### 📊 Changes **16 files changed** (+151 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Channels/ChannelManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Collections/CollectionManager.cs` (+13 -19) 📝 `Emby.Server.Implementations/Localization/LocalizationManager.cs` (+27 -36) 📝 `MediaBrowser.Common/Plugins/BasePluginOfT.cs` (+2 -2) 📝 `MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs` (+4 -4) 📝 `MediaBrowser.Controller/BaseItemManager/IBaseItemManager.cs` (+1 -3) 📝 `MediaBrowser.Controller/Channels/ChannelItemResult.cs` (+4 -5) 📝 `MediaBrowser.Controller/Collections/CollectionCreationOptions.cs` (+1 -1) 📝 `MediaBrowser.Controller/Collections/CollectionModifiedEventArgs.cs` (+0 -2) 📝 `MediaBrowser.Controller/Collections/ICollectionManager.cs` (+3 -5) 📝 `MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs` (+0 -2) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+0 -3) 📝 `MediaBrowser.Model/Globalization/ILocalizationManager.cs` (+1 -10) 📝 `MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs` (+49 -53) 📝 `MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs` (+44 -48) 📝 `tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 06:29:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10960