mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13793] [MERGED] Use pattern matching for null checks #13713
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:nullcheck📝 Commits (1)
72ee8b1Use 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.