[PR #6751] [MERGED] Fix DLNA UpdateProfile test #11106

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6751
Author: @Bond-009
Created: 11/1/2021
Status: Merged
Merged: 10/7/2022
Merged by: @cvium

Base: masterHead: tests12


📝 Commits (1)

  • 09e897d Clean up DLNA profile code

📊 Changes

29 files changed (+65 additions, -5949 deletions)

View changed files

📝 Emby.Dlna/DlnaManager.cs (+25 -89)
📝 Emby.Dlna/Profiles/DefaultProfile.cs (+0 -14)
Emby.Dlna/Profiles/DenonAvrProfile.cs (+0 -34)
Emby.Dlna/Profiles/DirectTvProfile.cs (+0 -129)
Emby.Dlna/Profiles/DishHopperJoeyProfile.cs (+0 -228)
Emby.Dlna/Profiles/Foobar2000Profile.cs (+0 -78)
Emby.Dlna/Profiles/LgTvProfile.cs (+0 -211)
Emby.Dlna/Profiles/LinksysDMA2100Profile.cs (+0 -55)
Emby.Dlna/Profiles/MarantzProfile.cs (+0 -43)
Emby.Dlna/Profiles/MediaMonkeyProfile.cs (+0 -44)
Emby.Dlna/Profiles/PanasonicVieraProfile.cs (+0 -222)
Emby.Dlna/Profiles/PopcornHourProfile.cs (+0 -225)
Emby.Dlna/Profiles/SamsungSmartTvProfile.cs (+0 -367)
Emby.Dlna/Profiles/SharpSmartTvProfile.cs (+0 -121)
Emby.Dlna/Profiles/SonyBlurayPlayer2013.cs (+0 -230)
Emby.Dlna/Profiles/SonyBlurayPlayer2014.cs (+0 -230)
Emby.Dlna/Profiles/SonyBlurayPlayer2015.cs (+0 -218)
Emby.Dlna/Profiles/SonyBlurayPlayer2016.cs (+0 -218)
Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs (+0 -284)
Emby.Dlna/Profiles/SonyBravia2010Profile.cs (+0 -366)

...and 9 more files

📄 Description

add check for regression of #6738

Depends on #6745


🔄 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/6751 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 10/7/2022 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `tests12` --- ### 📝 Commits (1) - [`09e897d`](https://github.com/jellyfin/jellyfin/commit/09e897d372e0b8327deb4427b80d92e0de91218a) Clean up DLNA profile code ### 📊 Changes **29 files changed** (+65 additions, -5949 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/DlnaManager.cs` (+25 -89) 📝 `Emby.Dlna/Profiles/DefaultProfile.cs` (+0 -14) ➖ `Emby.Dlna/Profiles/DenonAvrProfile.cs` (+0 -34) ➖ `Emby.Dlna/Profiles/DirectTvProfile.cs` (+0 -129) ➖ `Emby.Dlna/Profiles/DishHopperJoeyProfile.cs` (+0 -228) ➖ `Emby.Dlna/Profiles/Foobar2000Profile.cs` (+0 -78) ➖ `Emby.Dlna/Profiles/LgTvProfile.cs` (+0 -211) ➖ `Emby.Dlna/Profiles/LinksysDMA2100Profile.cs` (+0 -55) ➖ `Emby.Dlna/Profiles/MarantzProfile.cs` (+0 -43) ➖ `Emby.Dlna/Profiles/MediaMonkeyProfile.cs` (+0 -44) ➖ `Emby.Dlna/Profiles/PanasonicVieraProfile.cs` (+0 -222) ➖ `Emby.Dlna/Profiles/PopcornHourProfile.cs` (+0 -225) ➖ `Emby.Dlna/Profiles/SamsungSmartTvProfile.cs` (+0 -367) ➖ `Emby.Dlna/Profiles/SharpSmartTvProfile.cs` (+0 -121) ➖ `Emby.Dlna/Profiles/SonyBlurayPlayer2013.cs` (+0 -230) ➖ `Emby.Dlna/Profiles/SonyBlurayPlayer2014.cs` (+0 -230) ➖ `Emby.Dlna/Profiles/SonyBlurayPlayer2015.cs` (+0 -218) ➖ `Emby.Dlna/Profiles/SonyBlurayPlayer2016.cs` (+0 -218) ➖ `Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs` (+0 -284) ➖ `Emby.Dlna/Profiles/SonyBravia2010Profile.cs` (+0 -366) _...and 9 more files_ </details> ### 📄 Description add check for regression of #6738 ~~Depends on #6745~~ --- <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:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11106