One more fix

This commit is contained in:
JustArchi
2020-04-18 00:34:10 +02:00
parent 85d4dcbe27
commit fab8c667d2

View File

@@ -837,7 +837,7 @@ namespace ArchiSteamFarm {
throw new ArgumentNullException(nameof(streamResponse));
}
using IBrowsingContext context = BrowsingContext.New(Configuration.Default);
IBrowsingContext context = BrowsingContext.New();
try {
IDocument document = await context.OpenAsync(req => req.Content(streamResponse.Content)).ConfigureAwait(false);