mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-20 19:42:24 +00:00
Merge branch 'master' into network-rewrite
This commit is contained in:
@@ -63,10 +63,7 @@ namespace Emby.Server.Implementations.Net
|
||||
/// <inheritdoc />
|
||||
public ISocket CreateUdpMulticastSocket(IPAddress ipAddress, IPAddress bindIpAddress, int multicastTimeToLive, int localPort)
|
||||
{
|
||||
if (ipAddress == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(ipAddress));
|
||||
}
|
||||
ArgumentNullException.ThrowIfNull(ipAddress);
|
||||
|
||||
if (bindIpAddress == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user