[PR #9322] [MERGED] Enable nullable for more files #11886

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/9322
Author: @Bond-009
Created: 2/15/2023
Status: Merged
Merged: 2/19/2023
Merged by: @Bond-009

Base: masterHead: nullable


📝 Commits (1)

  • cb85fc6 Enable nullable for more files

📊 Changes

10 files changed (+24 additions, -41 deletions)

View changed files

📝 Emby.Server.Implementations/ScheduledTasks/TaskManager.cs (+2 -4)
📝 Emby.Server.Implementations/Session/SessionWebSocketListener.cs (+8 -5)
📝 Emby.Server.Implementations/Sorting/RuntimeComparer.cs (+1 -4)
📝 Emby.Server.Implementations/Sorting/SeriesSortNameComparer.cs (+2 -5)
📝 Emby.Server.Implementations/Sorting/SortNameComparer.cs (+1 -4)
📝 Emby.Server.Implementations/Sorting/StartDateComparer.cs (+2 -4)
📝 Emby.Server.Implementations/Sorting/StudioComparer.cs (+1 -4)
📝 Emby.Server.Implementations/TV/TVSeriesManager.cs (+5 -7)
📝 MediaBrowser.Controller/Session/ISessionController.cs (+0 -2)
📝 MediaBrowser.Model/Tasks/ITaskManager.cs (+2 -2)

📄 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/9322 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/19/2023 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `nullable` --- ### 📝 Commits (1) - [`cb85fc6`](https://github.com/jellyfin/jellyfin/commit/cb85fc688f84de928e046cb6bd02629f04d68df6) Enable nullable for more files ### 📊 Changes **10 files changed** (+24 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ScheduledTasks/TaskManager.cs` (+2 -4) 📝 `Emby.Server.Implementations/Session/SessionWebSocketListener.cs` (+8 -5) 📝 `Emby.Server.Implementations/Sorting/RuntimeComparer.cs` (+1 -4) 📝 `Emby.Server.Implementations/Sorting/SeriesSortNameComparer.cs` (+2 -5) 📝 `Emby.Server.Implementations/Sorting/SortNameComparer.cs` (+1 -4) 📝 `Emby.Server.Implementations/Sorting/StartDateComparer.cs` (+2 -4) 📝 `Emby.Server.Implementations/Sorting/StudioComparer.cs` (+1 -4) 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+5 -7) 📝 `MediaBrowser.Controller/Session/ISessionController.cs` (+0 -2) 📝 `MediaBrowser.Model/Tasks/ITaskManager.cs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:59: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#11886
No description provided.