mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #1239] [MERGED] Clean up UDP responders, and move ProductName to Public endpoint #8708
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.z← Head:fix-ident📝 Commits (3)
b2f94c0Remove the old message responders34ab99cMove the ProductName to the public endpoint2f0719aMove 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.