aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Ssdp
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-24 14:54:18 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-24 14:54:18 -0500
commitb9f758e14dc4f49a55c7ee61fa722ef48ab24a78 (patch)
treea6679c8b8308b736a5667d2fc8e6744d75dc469e /Emby.Dlna/Ssdp
parent23070fa67ce11a62a07cd0c65b301218265ce264 (diff)
reduce traffic from play to feature
Diffstat (limited to 'Emby.Dlna/Ssdp')
-rw-r--r--Emby.Dlna/Ssdp/DeviceDiscovery.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Dlna/Ssdp/DeviceDiscovery.cs b/Emby.Dlna/Ssdp/DeviceDiscovery.cs
index 1cd19d010c..3f0e070cac 100644
--- a/Emby.Dlna/Ssdp/DeviceDiscovery.cs
+++ b/Emby.Dlna/Ssdp/DeviceDiscovery.cs
@@ -104,7 +104,8 @@ namespace Emby.Dlna.Ssdp
Argument = new UpnpDeviceInfo
{
Location = e.DiscoveredDevice.DescriptionLocation,
- Headers = headers
+ Headers = headers,
+ LocalIpAddress = e.LocalIpAddress
}
};