mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5510] [MERGED] Fix: Streaming crashing due to no deviceProfileId match. #10539
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/5510
Author: @BaronGreenback
Created: 3/13/2021
Status: ✅ Merged
Merged: 3/14/2021
Merged by: @cvium
Base:
master← Head:DlnaFirstFix📝 Commits (1)
1d5b7b6Change First to FirstOrDefault📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
Emby.Dlna/DlnaManager.cs(+6 -1)📄 Description
.First crashes the code and returns a
Sequence contains no matching element error.Fixes https://github.com/jellyfin/jellyfin/issues/5509
Am still investigating why deviceProfileId isn't being matched, but given the code it looks like it expected ??!?!?!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.