Browse Source

reenable udpserver for server discovery in apps etc. (#349)

Claus Vium 6 years ago
parent
commit
d046c4f5f2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs

+ 0 - 3
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