[PR #6745] [MERGED] Use correct id when finding existing dlna profile #11098

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6745
Author: @crobibero
Created: 10/31/2021
Status: Merged
Merged: 11/1/2021
Merged by: @cvium

Base: masterHead: dlna-profile-save


📝 Commits (1)

  • 2f6437a Use correct id when finding existing dlna profile

📊 Changes

3 files changed (+5 additions, -4 deletions)

View changed files

📝 Emby.Dlna/DlnaManager.cs (+2 -2)
📝 Jellyfin.Api/Controllers/DlnaController.cs (+1 -1)
📝 MediaBrowser.Controller/Dlna/IDlnaManager.cs (+2 -1)

📄 Description

Fixes https://github.com/jellyfin/jellyfin/issues/6738

Not sure how this broke, but this changes the check to match GetProfile

https://github.com/jellyfin/jellyfin/blob/master/Emby.Dlna/DlnaManager.cs#L295-L310


🔄 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/6745 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/31/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `dlna-profile-save` --- ### 📝 Commits (1) - [`2f6437a`](https://github.com/jellyfin/jellyfin/commit/2f6437a987423bf75a32bf7112f596f6cfa242ec) Use correct id when finding existing dlna profile ### 📊 Changes **3 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/DlnaManager.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/DlnaController.cs` (+1 -1) 📝 `MediaBrowser.Controller/Dlna/IDlnaManager.cs` (+2 -1) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/6738 Not sure how this broke, but this changes the check to match `GetProfile` https://github.com/jellyfin/jellyfin/blob/master/Emby.Dlna/DlnaManager.cs#L295-L310 --- <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:32:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11098