[PR #6735] [MERGED] Enable nullable for more files #11092

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6735
Author: @Bond-009
Created: 10/26/2021
Status: Merged
Merged: 10/26/2021
Merged by: @cvium

Base: masterHead: nullable8


📝 Commits (1)

  • 1b6eb2f Enable nullable for more files

📊 Changes

11 files changed (+24 additions, -34 deletions)

View changed files

📝 Emby.Server.Implementations/Channels/ChannelManager.cs (+1 -3)
📝 Jellyfin.Server.Implementations/Users/UserManager.cs (+1 -5)
📝 MediaBrowser.Model/Channels/ChannelFeatures.cs (+5 -3)
📝 MediaBrowser.Model/Channels/ChannelQuery.cs (+2 -3)
📝 MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs (+3 -4)
📝 MediaBrowser.Model/Configuration/LibraryOptions.cs (+6 -7)
📝 MediaBrowser.Model/Configuration/UserConfiguration.cs (+2 -3)
📝 MediaBrowser.Model/Configuration/XbmcMetadataOptions.cs (+1 -2)
📝 MediaBrowser.Model/Dlna/DeviceIdentification.cs (+0 -1)
📝 MediaBrowser.Model/Dlna/ITranscoderSupport.cs (+0 -1)
📝 MediaBrowser.Model/Users/PinRedeemResult.cs (+3 -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/6735 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 10/26/2021 **Status:** ✅ Merged **Merged:** 10/26/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `nullable8` --- ### 📝 Commits (1) - [`1b6eb2f`](https://github.com/jellyfin/jellyfin/commit/1b6eb2ff2d2cc3973fa529c721cf50e3ad849646) Enable nullable for more files ### 📊 Changes **11 files changed** (+24 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Channels/ChannelManager.cs` (+1 -3) 📝 `Jellyfin.Server.Implementations/Users/UserManager.cs` (+1 -5) 📝 `MediaBrowser.Model/Channels/ChannelFeatures.cs` (+5 -3) 📝 `MediaBrowser.Model/Channels/ChannelQuery.cs` (+2 -3) 📝 `MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs` (+3 -4) 📝 `MediaBrowser.Model/Configuration/LibraryOptions.cs` (+6 -7) 📝 `MediaBrowser.Model/Configuration/UserConfiguration.cs` (+2 -3) 📝 `MediaBrowser.Model/Configuration/XbmcMetadataOptions.cs` (+1 -2) 📝 `MediaBrowser.Model/Dlna/DeviceIdentification.cs` (+0 -1) 📝 `MediaBrowser.Model/Dlna/ITranscoderSupport.cs` (+0 -1) 📝 `MediaBrowser.Model/Users/PinRedeemResult.cs` (+3 -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:32:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11092