mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3342] [MERGED] Fix for [DLNA] Many log messages from Media Renderers trying to see old events #9463
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/3342
Author: @BaronGreenback
Created: 6/15/2020
Status: ✅ Merged
Merged: 6/16/2020
Merged by: @dkanada
Base:
master← Head:BugFix2📝 Commits (3)
4d50941Merge pull request #22 from jellyfin/master862bcdbMerge pull request #23 from jellyfin/master6d67931Null 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.