diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-03-10 19:59:18 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-03-10 19:59:18 +0000 |
| commit | 5db998e1350ddd984c72624f882413c676bee6ef (patch) | |
| tree | 043c530a7268a7b69e131f9852167a6a310ffc92 | |
| parent | 0960c945d04249e7ec4af2d7f74f53f1cfdd5116 (diff) | |
removed space.
| -rw-r--r-- | RSSDP/SsdpDeviceLocator.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs index 9a110683e..31d520ff7 100644 --- a/RSSDP/SsdpDeviceLocator.cs +++ b/RSSDP/SsdpDeviceLocator.cs @@ -33,9 +33,8 @@ namespace Rssdp.Infrastructure } _CommunicationsServer = communicationsServer; - - // This can occur is dlna is enabled, but defined to run over https. _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived; + _Devices = new List<DiscoveredSsdpDevice>(); } |
