[PR #6156] [MERGED] Minor fixes #10841

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

📋 Pull Request Information

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

Base: masterHead: minor14


📝 Commits (1)

📊 Changes

14 files changed (+51 additions, -52 deletions)

View changed files

📝 Emby.Server.Implementations/Plugins/PluginManager.cs (+1 -1)
📝 Emby.Server.Implementations/Updates/InstallationManager.cs (+10 -16)
📝 MediaBrowser.Common/Updates/IInstallationManager.cs (+3 -3)
📝 MediaBrowser.Controller/Channels/IDisableMediaSourceDisplay.cs (+2 -4)
📝 MediaBrowser.Controller/Channels/ISupportsMediaProbe.cs (+2 -4)
📝 MediaBrowser.Controller/Entities/IHasScreenshots.cs (+0 -2)
📝 MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs (+0 -2)
📝 MediaBrowser.Controller/Plugins/IRunBeforeStartup.cs (+2 -4)
📝 MediaBrowser.Controller/Providers/IForcedProvider.cs (+0 -2)
📝 MediaBrowser.Model/Updates/PackageInfo.cs (+1 -3)
📝 tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs (+28 -3)
📝 tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs (+0 -2)
📝 tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicAlbumNfoProviderTests.cs (+1 -3)
📝 tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeasonNfoProviderTests.cs (+1 -3)

📄 Description

Fixes FilterPackages returning nothing if no id was specified


🔄 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/6156 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 6/6/2021 **Status:** ✅ Merged **Merged:** 6/8/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `minor14` --- ### 📝 Commits (1) - [`c78457e`](https://github.com/jellyfin/jellyfin/commit/c78457e6d3880969fd89d826706c7cde43f5c289) Minor fixes ### 📊 Changes **14 files changed** (+51 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Plugins/PluginManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Updates/InstallationManager.cs` (+10 -16) 📝 `MediaBrowser.Common/Updates/IInstallationManager.cs` (+3 -3) 📝 `MediaBrowser.Controller/Channels/IDisableMediaSourceDisplay.cs` (+2 -4) 📝 `MediaBrowser.Controller/Channels/ISupportsMediaProbe.cs` (+2 -4) 📝 `MediaBrowser.Controller/Entities/IHasScreenshots.cs` (+0 -2) 📝 `MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs` (+0 -2) 📝 `MediaBrowser.Controller/Plugins/IRunBeforeStartup.cs` (+2 -4) 📝 `MediaBrowser.Controller/Providers/IForcedProvider.cs` (+0 -2) 📝 `MediaBrowser.Model/Updates/PackageInfo.cs` (+1 -3) 📝 `tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs` (+28 -3) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs` (+0 -2) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicAlbumNfoProviderTests.cs` (+1 -3) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeasonNfoProviderTests.cs` (+1 -3) </details> ### 📄 Description Fixes `FilterPackages` returning nothing if no id was specified --- <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:27:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10841