mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
improve cancellation support of auto-organize
This commit is contained in:
@@ -247,10 +247,7 @@ namespace Rssdp.Infrastructure
|
||||
{
|
||||
await SendMessageIfSocketNotDisposed(messageData, new IpEndPointInfo
|
||||
{
|
||||
IpAddress = new IpAddressInfo
|
||||
{
|
||||
Address = SsdpConstants.MulticastLocalAdminAddress
|
||||
},
|
||||
IpAddress = new IpAddressInfo(SsdpConstants.MulticastLocalAdminAddress, IpAddressFamily.InterNetwork),
|
||||
Port = SsdpConstants.MulticastPort
|
||||
|
||||
}, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user