[PR #4904] [CLOSED] Null Pointer Fix #10147

Closed
opened 2025-12-22 07:52:58 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4904
Author: @BaronGreenback
Created: 12/31/2020
Status: Closed

Base: masterHead: EncodingNullFix


📝 Commits (2)

  • dd6b1a8 Update EncodingHelper.cs
  • 1dc6828 Merge branch 'master' into EncodingNullFix

📄 Description

Fixes null return from FirstOrDefault when array is empty, which results in a null exception on the next line.


🔄 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/4904 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 12/31/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `EncodingNullFix` --- ### 📝 Commits (2) - [`dd6b1a8`](https://github.com/jellyfin/jellyfin/commit/dd6b1a8c45bdfd8834cc26c4bb2141f45a6f6618) Update EncodingHelper.cs - [`1dc6828`](https://github.com/jellyfin/jellyfin/commit/1dc6828618601a3db27a916ee658f845d48788fa) Merge branch 'master' into EncodingNullFix ### 📄 Description Fixes null return from FirstOrDefault when array is empty, which results in a null exception on the next line. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:52:58 +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#10147
No description provided.