Add missing using

This commit is contained in:
crobibero 2020-08-31 12:45:23 -06:00
parent f498e1ee59
commit c02d0ceb57
1 changed files with 1 additions and 1 deletions

View File

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