From d046c4f5f26353dcf5440cfbe53fb824ea17e1d8 Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Tue, 1 Jan 2019 12:32:15 +0100 Subject: [PATCH] reenable udpserver for server discovery in apps etc. (#349) --- Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs b/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs index f8e2d32ddf..730ced0554 100644 --- a/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs +++ b/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs @@ -45,9 +45,6 @@ namespace Emby.Server.Implementations.EntryPoints /// public void Run() { - // ToDo: Fix This - return; - var udpServer = new UdpServer(_logger, _appHost, _json, _socketFactory); try