mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
One more fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user