[PR #3342] [MERGED] Fix for [DLNA] Many log messages from Media Renderers trying to see old events #9463

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3342
Author: @BaronGreenback
Created: 6/15/2020
Status: Merged
Merged: 6/16/2020
Merged by: @dkanada

Base: masterHead: BugFix2


📝 Commits (3)

  • 4d50941 Merge pull request #22 from jellyfin/master
  • 862bcdb Merge pull request #23 from jellyfin/master
  • 6d67931 Null pointer check added for subscription as 2nd param is false.

📊 Changes

1 file changed (+17 additions, -9 deletions)

View changed files

📝 Emby.Dlna/Eventing/EventManager.cs (+17 -9)

📄 Description

2nd param to GetSubscription is false, meaning no exception raised, and null returned.
No check was performed, resulting in a null pointer exception.


🔄 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/3342 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 6/15/2020 **Status:** ✅ Merged **Merged:** 6/16/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `BugFix2` --- ### 📝 Commits (3) - [`4d50941`](https://github.com/jellyfin/jellyfin/commit/4d50941d4458dc93880d99192fd1c26a8f625d66) Merge pull request #22 from jellyfin/master - [`862bcdb`](https://github.com/jellyfin/jellyfin/commit/862bcdba67d3b992fc7e68a7428fc225c898fce3) Merge pull request #23 from jellyfin/master - [`6d67931`](https://github.com/jellyfin/jellyfin/commit/6d6793151a47776b1f535fa2ceeda370ea6d7b40) Null pointer check added for subscription as 2nd param is false. ### 📊 Changes **1 file changed** (+17 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Eventing/EventManager.cs` (+17 -9) </details> ### 📄 Description 2nd param to GetSubscription is false, meaning no exception raised, and null returned. No check was performed, resulting in a null pointer exception. --- <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:02:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9463