aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Udp
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-07 13:40:40 +0100
committerGitHub <noreply@github.com>2020-09-07 13:40:40 +0100
commitd4004bcaf585a146e433d23d7781a2fb55b33cb0 (patch)
tree136afbbab44ee5c350089ac949c21e13c5da8f08 /Emby.Server.Implementations/Udp
parent268af7dac3d8cd7419a39b2abca5b18cb97ebe3d (diff)
parentc750632cfc3956b1b8f4c80b4f51160acb4c8392 (diff)
Merge pull request #62 from jellyfin/master
Updating from master
Diffstat (limited to 'Emby.Server.Implementations/Udp')
-rw-r--r--Emby.Server.Implementations/Udp/UdpServer.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Udp/UdpServer.cs b/Emby.Server.Implementations/Udp/UdpServer.cs
index 73fcbcec3..b7a59cee2 100644
--- a/Emby.Server.Implementations/Udp/UdpServer.cs
+++ b/Emby.Server.Implementations/Udp/UdpServer.cs
@@ -68,12 +68,6 @@ namespace Emby.Server.Implementations.Udp
{
_logger.LogError(ex, "Error sending response message");
}
-
- var parts = messageText.Split('|');
- if (parts.Length > 1)
- {
- _appHost.EnableLoopback(parts[1]);
- }
}
else
{