Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2

# Conflicts:
#	API/MangaDownloadClients/ChromiumDownloadClient.cs
#	Tranga/TrangaSettings.cs
This commit is contained in:
Glax 2025-01-15 23:14:51 +01:00
commit be6b3da1be

View File

@ -73,7 +73,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)