浏览代码

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

Claus Vium 6 年之前
父节点
当前提交
d046c4f5f2
共有 1 个文件被更改,包括 0 次插入3 次删除
  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