Properly migrate all HttpCompletionOption

This commit is contained in:
crobibero
2020-09-01 07:51:06 -06:00
parent 8d592777c4
commit 4038d15c83
7 changed files with 15 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
}
using var response = await _httpClientFactory.CreateClient(NamedClient.Default)
.GetAsync(url, CancellationToken.None)
.GetAsync(url, HttpCompletionOption.ResponseHeadersRead, CancellationToken.None)
.ConfigureAwait(false);
var extension = "ts";