[PR #4137] [MERGED] DLNA ConnectionManager - static and commented. #9899

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4137
Author: @BaronGreenback
Created: 9/13/2020
Status: Merged
Merged: 11/19/2020
Merged by: @joshuaboniface

Base: masterHead: Comment2


📝 Commits (3)

  • 3ad3201 ConnectionManager - static implementation
  • bdfe755 Update Emby.Dlna/Configuration/DlnaOptions.cs
  • ef737a4 Update Emby.Dlna/Configuration/DlnaOptions.cs

📊 Changes

5 files changed (+199 additions, -77 deletions)

View changed files

📝 Emby.Dlna/Configuration/DlnaOptions.cs (+64 -5)
📝 Emby.Dlna/ConnectionManager/ConnectionManagerService.cs (+11 -1)
📝 Emby.Dlna/ConnectionManager/ConnectionManagerXmlBuilder.cs (+79 -66)
📝 Emby.Dlna/ConnectionManager/ControlHandler.cs (+13 -0)
📝 Emby.Dlna/ConnectionManager/ServiceActionListBuilder.cs (+32 -5)

📄 Description

Commented code - and statically defined as per intellisense suggestion.


🔄 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/4137 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 9/13/2020 **Status:** ✅ Merged **Merged:** 11/19/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `Comment2` --- ### 📝 Commits (3) - [`3ad3201`](https://github.com/jellyfin/jellyfin/commit/3ad320175df5d01d9ae4e32e3b2f23decef317d2) ConnectionManager - static implementation - [`bdfe755`](https://github.com/jellyfin/jellyfin/commit/bdfe7554e951e330b5afb19bda613bf821316a1e) Update Emby.Dlna/Configuration/DlnaOptions.cs - [`ef737a4`](https://github.com/jellyfin/jellyfin/commit/ef737a4e8e113c71446bb6a67265f9a7d91cc858) Update Emby.Dlna/Configuration/DlnaOptions.cs ### 📊 Changes **5 files changed** (+199 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Configuration/DlnaOptions.cs` (+64 -5) 📝 `Emby.Dlna/ConnectionManager/ConnectionManagerService.cs` (+11 -1) 📝 `Emby.Dlna/ConnectionManager/ConnectionManagerXmlBuilder.cs` (+79 -66) 📝 `Emby.Dlna/ConnectionManager/ControlHandler.cs` (+13 -0) 📝 `Emby.Dlna/ConnectionManager/ServiceActionListBuilder.cs` (+32 -5) </details> ### 📄 Description Commented code - and statically defined as per intellisense suggestion. --- <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:10:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9899