mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 11:58:27 +01:00
@@ -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>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user