Merge pull request #2427 from MediaBrowser/beta

Beta
This commit is contained in:
Luke 2017-01-27 15:49:53 -05:00 committed by GitHub
commit b6958435b0

View File

@ -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);
}