mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6745] [MERGED] Use correct id when finding existing dlna profile #11098
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/6745
Author: @crobibero
Created: 10/31/2021
Status: ✅ Merged
Merged: 11/1/2021
Merged by: @cvium
Base:
master← Head:dlna-profile-save📝 Commits (1)
2f6437aUse 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
GetProfilehttps://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.