mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed the space AGAIN!!!
This commit is contained in:
parent
5db998e135
commit
1723ed1604
@ -31,7 +31,7 @@ namespace Rssdp.Infrastructure
|
|||||||
{
|
{
|
||||||
throw new ArgumentNullException(nameof(communicationsServer));
|
throw new ArgumentNullException(nameof(communicationsServer));
|
||||||
}
|
}
|
||||||
|
|
||||||
_CommunicationsServer = communicationsServer;
|
_CommunicationsServer = communicationsServer;
|
||||||
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
|
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user