[PR #4138] [MERGED] DLNA ContentManager - static and commented. #9897

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

📋 Pull Request Information

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

Base: masterHead: Comment3


📝 Commits (1)

📊 Changes

6 files changed (+668 additions, -208 deletions)

View changed files

📝 Emby.Dlna/ContentDirectory/ContentDirectoryService.cs (+35 -4)
📝 Emby.Dlna/ContentDirectory/ContentDirectoryXmlBuilder.cs (+120 -109)
📝 Emby.Dlna/ContentDirectory/ControlHandler.cs (+453 -88)
📝 Emby.Dlna/ContentDirectory/ServerItem.cs (+13 -0)
📝 Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs (+44 -7)
📝 Emby.Dlna/ContentDirectory/StubType.cs (+3 -0)

📄 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/4138 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 9/13/2020 **Status:** ✅ Merged **Merged:** 11/17/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `Comment3` --- ### 📝 Commits (1) - [`c1b3f2c`](https://github.com/jellyfin/jellyfin/commit/c1b3f2c136201cc5d260270a427333ca79b004f2) ContentDirectory ### 📊 Changes **6 files changed** (+668 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/ContentDirectory/ContentDirectoryService.cs` (+35 -4) 📝 `Emby.Dlna/ContentDirectory/ContentDirectoryXmlBuilder.cs` (+120 -109) 📝 `Emby.Dlna/ContentDirectory/ControlHandler.cs` (+453 -88) 📝 `Emby.Dlna/ContentDirectory/ServerItem.cs` (+13 -0) 📝 `Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs` (+44 -7) 📝 `Emby.Dlna/ContentDirectory/StubType.cs` (+3 -0) </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: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#9897