[PR #4211] [MERGED] Null Pointer Fix : PlayToController.cs #9948

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4211
Author: @BaronGreenback
Created: 9/25/2020
Status: Merged
Merged: 9/28/2020
Merged by: @dkanada

Base: masterHead: NullPointerFix


📝 Commits (1)

  • a986436 Update PlayToController.cs

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 Emby.Dlna/PlayTo/PlayToController.cs (+4 -1)

📄 Description

It is possible for _mediaSourceManager to have a null value. (ParseFromUrl creates new streams and only assigns an ItemId.)

The calling code can handle a null response.


🔄 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/4211 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 9/25/2020 **Status:** ✅ Merged **Merged:** 9/28/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `NullPointerFix` --- ### 📝 Commits (1) - [`a986436`](https://github.com/jellyfin/jellyfin/commit/a9864368c46c3a8c934216052c10c18cbb7d4bdc) Update PlayToController.cs ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/PlayTo/PlayToController.cs` (+4 -1) </details> ### 📄 Description It is possible for _mediaSourceManager to have a null value. (ParseFromUrl creates new streams and only assigns an ItemId.) The calling code can handle a null response. --- <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:11: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#9948