Apply review suggestions

This commit is contained in:
Shadowghost
2022-12-13 10:39:37 +01:00
parent 3f6354cdb8
commit b725fbe51a
4 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.Net
}
/// <inheritdoc />
public ISocket CreateUdpMulticastSocket(IPAddress ipAddress, IPAddress bindIpAddress, int multicastTimeToLive, int localPort)
public ISocket CreateUdpMulticastSocket(IPAddress ipAddress, IPAddress? bindIpAddress, int multicastTimeToLive, int localPort)
{
ArgumentNullException.ThrowIfNull(ipAddress);