Merge branch 'cuttingedge-merge-ServerV2' into cuttingedge
Some checks failed
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
Glax 2025-01-15 23:14:20 +01:00
commit 280d715a7c

View File

@ -76,7 +76,7 @@ internal class ChromiumDownloadClient : DownloadClient
IResponse response;
try
{
response = page.GoToAsync(url, WaitUntilNavigation.Load).Result;
response = page.GoToAsync(url, WaitUntilNavigation.Networkidle0).Result;
Log($"Page loaded. {url}");
}
catch (Exception e)