mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Update SsdpCommunicationsServer.cs
This commit is contained in:
parent
f01baad05e
commit
27f6e1ddc8
@ -339,7 +339,7 @@ namespace Rssdp.Infrastructure
|
||||
private ISocket ListenForBroadcastsAsync()
|
||||
{
|
||||
var socket = _SocketFactory.CreateUdpMulticastSocket(SsdpConstants.MulticastLocalAdminAddress, _MulticastTtl, SsdpConstants.MulticastPort);
|
||||
|
||||
|
||||
_ = ListenToSocketInternal(socket);
|
||||
|
||||
return socket;
|
||||
|
Loading…
x
Reference in New Issue
Block a user