mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
reenable udpserver for server discovery in apps etc. (#349)
This commit is contained in:
parent
67cfd43c67
commit
d046c4f5f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user