[PR #6473] [MERGED] Enable nullable for more files #10977

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6473
Author: @Bond-009
Created: 8/28/2021
Status: Merged
Merged: 9/1/2021
Merged by: @cvium

Base: masterHead: nullable7


📝 Commits (1)

  • 645825d Enable nullable for more files

📊 Changes

12 files changed (+42 additions, -58 deletions)

View changed files

📝 Emby.Server.Implementations/Collections/CollectionManager.cs (+1 -1)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -4)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs (+3 -5)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs (+20 -27)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs (+0 -5)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/EpgChannelData.cs (+0 -1)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/IRecorder.cs (+1 -1)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/TimerManager.cs (+5 -7)
📝 Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs (+1 -1)
📝 Jellyfin.Api/Controllers/LibraryStructureController.cs (+2 -2)
📝 MediaBrowser.Model/Configuration/MediaPathInfo.cs (+6 -2)
📝 MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.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/6473 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/28/2021 **Status:** ✅ Merged **Merged:** 9/1/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `nullable7` --- ### 📝 Commits (1) - [`645825d`](https://github.com/jellyfin/jellyfin/commit/645825db36f2de9771aa5d0ebcdab25855d18b5d) Enable nullable for more files ### 📊 Changes **12 files changed** (+42 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Collections/CollectionManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -4) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs` (+3 -5) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs` (+20 -27) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs` (+0 -5) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/EpgChannelData.cs` (+0 -1) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/IRecorder.cs` (+1 -1) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/TimerManager.cs` (+5 -7) 📝 `Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/LibraryStructureController.cs` (+2 -2) 📝 `MediaBrowser.Model/Configuration/MediaPathInfo.cs` (+6 -2) 📝 `MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.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>
OVERLORD added the pull-request label 2026-02-07 06:30:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10977