[PR #11191] [MERGED] Enable nullable for LibraryManager #12603

Closed
opened 2025-12-22 09:23:49 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/11191
Author: @Bond-009
Created: 3/20/2024
Status: Merged
Merged: 4/17/2024
Merged by: @crobibero

Base: masterHead: nulllibrarymanager


📝 Commits (2)

  • 929a65c Enable nullable for LibraryManager
  • ef2461b Update Jellyfin.Server/Migrations/Routines/RemoveDownloadImagesInAdvance.cs

📊 Changes

11 files changed (+121 additions, -126 deletions)

View changed files

📝 Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs (+1 -1)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+79 -90)
📝 Emby.Server.Implementations/Library/Validators/PeopleValidator.cs (+6 -1)
📝 Jellyfin.Api/Controllers/LibraryStructureController.cs (+7 -9)
📝 Jellyfin.Api/Helpers/MediaInfoHelper.cs (+3 -1)
📝 Jellyfin.Api/Helpers/StreamingHelpers.cs (+3 -1)
📝 Jellyfin.Api/Models/LibraryStructureDto/MediaPathDto.cs (+1 -1)
📝 Jellyfin.Server/Migrations/Routines/RemoveDownloadImagesInAdvance.cs (+1 -1)
📝 MediaBrowser.Controller/Library/ILibraryManager.cs (+18 -19)
📝 MediaBrowser.Controller/Resolvers/IResolverIgnoreRule.cs (+1 -1)
📝 MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs (+1 -1)

📄 Description

Changes nullability of some API params


🔄 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/11191 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 3/20/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `nulllibrarymanager` --- ### 📝 Commits (2) - [`929a65c`](https://github.com/jellyfin/jellyfin/commit/929a65c70b07d3a776bf9401c254f15b07fd54e6) Enable nullable for LibraryManager - [`ef2461b`](https://github.com/jellyfin/jellyfin/commit/ef2461b4869fcd6634422a59dc0a5cd388edf588) Update Jellyfin.Server/Migrations/Routines/RemoveDownloadImagesInAdvance.cs ### 📊 Changes **11 files changed** (+121 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+79 -90) 📝 `Emby.Server.Implementations/Library/Validators/PeopleValidator.cs` (+6 -1) 📝 `Jellyfin.Api/Controllers/LibraryStructureController.cs` (+7 -9) 📝 `Jellyfin.Api/Helpers/MediaInfoHelper.cs` (+3 -1) 📝 `Jellyfin.Api/Helpers/StreamingHelpers.cs` (+3 -1) 📝 `Jellyfin.Api/Models/LibraryStructureDto/MediaPathDto.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/Routines/RemoveDownloadImagesInAdvance.cs` (+1 -1) 📝 `MediaBrowser.Controller/Library/ILibraryManager.cs` (+18 -19) 📝 `MediaBrowser.Controller/Resolvers/IResolverIgnoreRule.cs` (+1 -1) 📝 `MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs` (+1 -1) </details> ### 📄 Description Changes nullability of some API params --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:23:49 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12603
No description provided.