Add missing using

pull/4030/head
crobibero 4 years ago
parent f498e1ee59
commit c02d0ceb57

@ -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)

Loading…
Cancel
Save