mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add missing using
This commit is contained in:
parent
f498e1ee59
commit
c02d0ceb57
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user