diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-24 14:54:18 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-24 14:54:18 -0500 |
| commit | b9f758e14dc4f49a55c7ee61fa722ef48ab24a78 (patch) | |
| tree | a6679c8b8308b736a5667d2fc8e6744d75dc469e /Emby.Dlna/Ssdp | |
| parent | 23070fa67ce11a62a07cd0c65b301218265ce264 (diff) | |
reduce traffic from play to feature
Diffstat (limited to 'Emby.Dlna/Ssdp')
| -rw-r--r-- | Emby.Dlna/Ssdp/DeviceDiscovery.cs | 3 |
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 } }; |
