|
@@ -177,7 +177,7 @@ namespace Emby.Dlna.Eventing
|
|
|
|
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- await _httpClientFactory.CreateClient(NamedClient.Default)
|
|
|
|
|
|
+ using var response = await _httpClientFactory.CreateClient(NamedClient.Default)
|
|
.SendAsync(options).ConfigureAwait(false);
|
|
.SendAsync(options).ConfigureAwait(false);
|
|
}
|
|
}
|
|
catch (OperationCanceledException)
|
|
catch (OperationCanceledException)
|