[PR #535] [MERGED] Clean up streambuilder #8367

Closed
opened 2026-02-07 05:42:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/535
Author: @Bond-009
Created: 1/10/2019
Status: Merged
Merged: 1/23/2019
Merged by: @andrewrabert

Base: devHead: streambuilder


📝 Commits (4)

📊 Changes

4 files changed (+210 additions, -304 deletions)

View changed files

📝 MediaBrowser.Model/Dlna/AudioOptions.cs (+10 -10)
📝 MediaBrowser.Model/Dlna/ConditionProcessor.cs (+13 -11)
📝 MediaBrowser.Model/Dlna/DeviceProfile.cs (+3 -9)
📝 MediaBrowser.Model/Dlna/StreamBuilder.cs (+184 -274)

📄 Description

  • Reworked some verbose code.
  • Made ConditionProcessor static.

🔄 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/535 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/10/2019 **Status:** ✅ Merged **Merged:** 1/23/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `dev` ← **Head:** `streambuilder` --- ### 📝 Commits (4) - [`dddd53b`](https://github.com/jellyfin/jellyfin/commit/dddd53baf0436a5141285173043e55a4de120955) Clean up streambuilder - [`b729db2`](https://github.com/jellyfin/jellyfin/commit/b729db2b48a615386e10fde731dcf3534f57d87f) Make ConditionProcessor static - [`56fc768`](https://github.com/jellyfin/jellyfin/commit/56fc768f700e5896823dfa01690b39c47ebaf077) Clean up last bits - [`78c8dcf`](https://github.com/jellyfin/jellyfin/commit/78c8dcf7dace759561e354c3e1916b5e4d8c76aa) Address comments ### 📊 Changes **4 files changed** (+210 additions, -304 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Dlna/AudioOptions.cs` (+10 -10) 📝 `MediaBrowser.Model/Dlna/ConditionProcessor.cs` (+13 -11) 📝 `MediaBrowser.Model/Dlna/DeviceProfile.cs` (+3 -9) 📝 `MediaBrowser.Model/Dlna/StreamBuilder.cs` (+184 -274) </details> ### 📄 Description * Reworked some verbose code. * Made ConditionProcessor static. --- <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 05:42:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8367