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

pull/702/head
Claus Vium 6 years ago committed by Vasily
parent 67cfd43c67
commit d046c4f5f2

@ -45,9 +45,6 @@ namespace Emby.Server.Implementations.EntryPoints
/// </summary> /// </summary>
public void Run() public void Run()
{ {
// ToDo: Fix This
return;
var udpServer = new UdpServer(_logger, _appHost, _json, _socketFactory); var udpServer = new UdpServer(_logger, _appHost, _json, _socketFactory);
try try

Loading…
Cancel
Save