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

This commit is contained in:
Claus Vium 2019-01-01 12:32:15 +01:00 committed by Vasily
parent 67cfd43c67
commit d046c4f5f2

View file

@ -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