mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Ignore IPv6 DLNA devices
DLNA is not ready for IPv6 now, uncomment the code will be fine.
This commit is contained in:
parent
cbd0e71c07
commit
1eb26bdf08
@ -253,10 +253,10 @@ namespace Emby.Dlna.Main
|
|||||||
foreach (var address in addresses)
|
foreach (var address in addresses)
|
||||||
{
|
{
|
||||||
// TODO: Remove this condition on platforms that support it
|
// TODO: Remove this condition on platforms that support it
|
||||||
//if (address.AddressFamily == IpAddressFamily.InterNetworkV6)
|
if (address.AddressFamily == IpAddressFamily.InterNetworkV6)
|
||||||
//{
|
{
|
||||||
// continue;
|
continue;
|
||||||
//}
|
}
|
||||||
|
|
||||||
var fullService = "urn:schemas-upnp-org:device:MediaServer:1";
|
var fullService = "urn:schemas-upnp-org:device:MediaServer:1";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user