[PR #1239] [MERGED] Clean up UDP responders, and move ProductName to Public endpoint #8708

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1239
Author: @anthonylavado
Created: 4/16/2019
Status: Merged
Merged: 4/16/2019
Merged by: @Bond-009

Base: release-10.3.zHead: fix-ident


📝 Commits (3)

  • b2f94c0 Remove the old message responders
  • 34ab99c Move the ProductName to the public endpoint
  • 2f0719a Move the definition of ProductName to the correct class

📊 Changes

4 files changed (+6 additions, -7 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+1 -1)
📝 Emby.Server.Implementations/Udp/UdpServer.cs (+0 -2)
📝 MediaBrowser.Model/System/PublicSystemInfo.cs (+5 -0)
📝 MediaBrowser.Model/System/SystemInfo.cs (+0 -4)

📄 Description

Changes
In UdpServer.cs, remove the other UDP responders (embyserver, MediaBrowser_v2), and only keeps Jellyfin.

In ApplicationHost.cs, moves the ProductName entry from the “.../system/info” endpoint to the “…/system/info/public” one instead.

Issues
Start of the work for #1222.


🔄 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/1239 **Author:** [@anthonylavado](https://github.com/anthonylavado) **Created:** 4/16/2019 **Status:** ✅ Merged **Merged:** 4/16/2019 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `release-10.3.z` ← **Head:** `fix-ident` --- ### 📝 Commits (3) - [`b2f94c0`](https://github.com/jellyfin/jellyfin/commit/b2f94c0e4015160ba3102cd6617397fc07c6ba35) Remove the old message responders - [`34ab99c`](https://github.com/jellyfin/jellyfin/commit/34ab99caf18ee862a1dc29a6afb83253db35c219) Move the ProductName to the public endpoint - [`2f0719a`](https://github.com/jellyfin/jellyfin/commit/2f0719a883580b547960904703a39748281bf5e0) Move the definition of ProductName to the correct class ### 📊 Changes **4 files changed** (+6 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+1 -1) 📝 `Emby.Server.Implementations/Udp/UdpServer.cs` (+0 -2) 📝 `MediaBrowser.Model/System/PublicSystemInfo.cs` (+5 -0) 📝 `MediaBrowser.Model/System/SystemInfo.cs` (+0 -4) </details> ### 📄 Description **Changes** In `UdpServer.cs`, remove the other UDP responders (embyserver, MediaBrowser_v2), and only keeps Jellyfin. In `ApplicationHost.cs`, moves the ProductName entry from the “.../system/info” endpoint to the “…/system/info/public” one instead. **Issues** Start of the work for #1222. --- <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:48:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8708