mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
b6958435b0
@ -146,7 +146,7 @@ namespace Emby.Dlna.PlayTo
|
||||
}
|
||||
|
||||
string serverAddress;
|
||||
if (info.LocalIpAddress == null)
|
||||
if (info.LocalIpAddress == null || info.LocalIpAddress.Equals(IpAddressInfo.Any) || info.LocalIpAddress.Equals(IpAddressInfo.IPv6Loopback))
|
||||
{
|
||||
serverAddress = await GetServerAddress(null).ConfigureAwait(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user