mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
3.2.36.8
This commit is contained in:
@@ -366,6 +366,12 @@ namespace Rssdp.Infrastructure
|
||||
{
|
||||
foreach (var address in _networkManager.GetLocalIpAddresses())
|
||||
{
|
||||
if (address.AddressFamily == IpAddressFamily.InterNetworkV6)
|
||||
{
|
||||
// Not supported ?
|
||||
continue;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
sockets.Add(_SocketFactory.CreateSsdpUdpSocket(address, _LocalPort));
|
||||
|
||||
Reference in New Issue
Block a user