[PR #13793] [MERGED] Use pattern matching for null checks #13713

Closed
opened 2026-02-07 07:17:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13793
Author: @Bond-009
Created: 3/28/2025
Status: Merged
Merged: 4/1/2025
Merged by: @crobibero

Base: masterHead: nullcheck


📝 Commits (1)

  • 72ee8b1 Use pattern matching for null checks

📊 Changes

8 files changed (+12 additions, -12 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+1 -1)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+1 -1)
📝 MediaBrowser.Model/Extensions/ContainerHelper.cs (+2 -2)
📝 MediaBrowser.Providers/TV/SeriesMetadataService.cs (+1 -1)
📝 MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs (+1 -1)
📝 MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs (+2 -2)
📝 tests/Jellyfin.Api.Tests/Controllers/UserControllerTests.cs (+2 -2)
📝 tests/Jellyfin.Model.Tests/Dlna/StreamInfoTests.cs (+2 -2)

📄 Description

Fix the few that slipped through


🔄 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/13793 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `nullcheck` --- ### 📝 Commits (1) - [`72ee8b1`](https://github.com/jellyfin/jellyfin/commit/72ee8b1ee0bda6ec098847ec4c1b7ae6e0ddd6c9) Use pattern matching for null checks ### 📊 Changes **8 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+1 -1) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+1 -1) 📝 `MediaBrowser.Model/Extensions/ContainerHelper.cs` (+2 -2) 📝 `MediaBrowser.Providers/TV/SeriesMetadataService.cs` (+1 -1) 📝 `MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs` (+1 -1) 📝 `MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs` (+2 -2) 📝 `tests/Jellyfin.Api.Tests/Controllers/UserControllerTests.cs` (+2 -2) 📝 `tests/Jellyfin.Model.Tests/Dlna/StreamInfoTests.cs` (+2 -2) </details> ### 📄 Description Fix the few that slipped through --- <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 07:17:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13713