aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Udp
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-07 12:28:48 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-07 12:28:48 +0100
commitcf87b3afb7c64bd1102dc9bd445f75a4042e0442 (patch)
treee4180a719f34ae7a53aaf741bbfc434eaf12be79 /Emby.Server.Implementations/Udp
parent268af7dac3d8cd7419a39b2abca5b18cb97ebe3d (diff)
Remove excess code.
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
{