aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2019-01-01 12:32:15 +0100
committerVasily <JustAMan@users.noreply.github.com>2019-01-01 14:32:15 +0300
commitd046c4f5f26353dcf5440cfbe53fb824ea17e1d8 (patch)
treeb574e8ade631b7306ce331c090b55d309ff30699
parent67cfd43c67405000b042da291e342242285080c8 (diff)
reenable udpserver for server discovery in apps etc. (#349)
-rw-r--r--Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs b/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
index f8e2d32dd..730ced055 100644
--- a/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
+++ b/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
@@ -45,9 +45,6 @@ namespace Emby.Server.Implementations.EntryPoints
/// </summary>
public void Run()
{
- // ToDo: Fix This
- return;
-
var udpServer = new UdpServer(_logger, _appHost, _json, _socketFactory);
try