aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-04-28 21:51:49 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-04-28 21:51:49 +0100
commita3140f83c6461164658303d1bb7c1d992cfd9802 (patch)
tree3dae865e35e3cd026e188706b5eec739cb33bf7b /Emby.Dlna
parent2aaecb8e148aef6cda67797fa4227a8ebcf7e5bb (diff)
Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, i came across a design issue in the current code - namely interfaces without a gateway were ignored."
This reverts commit 2aaecb8e148aef6cda67797fa4227a8ebcf7e5bb.
Diffstat (limited to 'Emby.Dlna')
-rw-r--r--Emby.Dlna/Main/DlnaEntryPoint.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Dlna/Main/DlnaEntryPoint.cs b/Emby.Dlna/Main/DlnaEntryPoint.cs
index 721350483..c5d60b2a0 100644
--- a/Emby.Dlna/Main/DlnaEntryPoint.cs
+++ b/Emby.Dlna/Main/DlnaEntryPoint.cs
@@ -266,12 +266,6 @@ namespace Emby.Dlna.Main
continue;
}
- // Limit to LAN addresses only
- if (!_networkManager.IsAddressInSubnets(address, true, true))
- {
- continue;
- }
-
var fullService = "urn:schemas-upnp-org:device:MediaServer:1";
_logger.LogInformation("Registering publisher for {0} on {1}", fullService, address);