diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-03-10 19:57:32 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-03-10 19:57:32 +0000 |
| commit | a324d8a9c5351ec2f101f66e2f511eaf208f1254 (patch) | |
| tree | ed5ac7395a2f13ec36649fe2a1e9cb9cb16f44e1 /RSSDP/SsdpDeviceLocator.cs | |
| parent | 1dd6036765f08892a39530ad73f5b046afbdaaaf (diff) | |
removed space
Diffstat (limited to 'RSSDP/SsdpDeviceLocator.cs')
| -rw-r--r-- | RSSDP/SsdpDeviceLocator.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs index 9a110683e..0cdc5ce3d 100644 --- a/RSSDP/SsdpDeviceLocator.cs +++ b/RSSDP/SsdpDeviceLocator.cs @@ -31,11 +31,10 @@ namespace Rssdp.Infrastructure { throw new ArgumentNullException(nameof(communicationsServer)); } - - _CommunicationsServer = communicationsServer; - // This can occur is dlna is enabled, but defined to run over https. + _CommunicationsServer = communicationsServer; _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived; + _Devices = new List<DiscoveredSsdpDevice>(); } |
