فهرست منبع

removed space.

BaronGreenback 4 سال پیش
والد
کامیت
5db998e135
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      RSSDP/SsdpDeviceLocator.cs

+ 1 - 2
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>();
         }