[PR #5403] [MERGED] Various DLNA Device Profile fixes #10513

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5403
Author: @BaronGreenback
Created: 3/7/2021
Status: Merged
Merged: 3/10/2021
Merged by: @cvium

Base: masterHead: DLNAProfileFix


📝 Commits (2)

  • 75c9659 Fix unreachable code & assign id to each profile.
  • 84da57c Update StreamingHelpers.cs

📊 Changes

2 files changed (+8 additions, -7 deletions)

View changed files

📝 Emby.Dlna/Profiles/DefaultProfile.cs (+3 -0)
📝 Jellyfin.Api/Helpers/StreamingHelpers.cs (+5 -7)

📄 Description

Fix: Assigns dynamic profiles a deviceId so that properties retreived via dlna can be used in streaming calcs. #https://github.com/jellyfin/jellyfin/issues/5394

Fix: Implements the redundant code that was part of the profile detection in the stream helper.


🔄 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/5403 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 3/7/2021 **Status:** ✅ Merged **Merged:** 3/10/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `DLNAProfileFix` --- ### 📝 Commits (2) - [`75c9659`](https://github.com/jellyfin/jellyfin/commit/75c9659e05363f2e29e01757dc66f14f3f20f318) Fix unreachable code & assign id to each profile. - [`84da57c`](https://github.com/jellyfin/jellyfin/commit/84da57cd4811d3bda6b3341c0a8a3b45b3aa72de) Update StreamingHelpers.cs ### 📊 Changes **2 files changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Profiles/DefaultProfile.cs` (+3 -0) 📝 `Jellyfin.Api/Helpers/StreamingHelpers.cs` (+5 -7) </details> ### 📄 Description Fix: Assigns dynamic profiles a deviceId so that properties retreived via dlna can be used in streaming calcs. #https://github.com/jellyfin/jellyfin/issues/5394 Fix: Implements the redundant code that was part of the profile detection in the stream helper. --- <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:21:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10513