Revert "removed space"

This reverts commit a324d8a9c5.
This commit is contained in:
BaronGreenback
2021-03-10 19:58:45 +00:00
parent a324d8a9c5
commit 0960c945d0
2 changed files with 8 additions and 12 deletions

View File

@@ -31,10 +31,11 @@ namespace Rssdp.Infrastructure
{
throw new ArgumentNullException(nameof(communicationsServer));
}
_CommunicationsServer = communicationsServer;
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
// This can occur is dlna is enabled, but defined to run over https.
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
_Devices = new List<DiscoveredSsdpDevice>();
}