Port Manganato

This commit is contained in:
2025-03-08 19:22:23 +01:00
parent 290324f9d9
commit 6687ab4b3b
4 changed files with 80 additions and 96 deletions

View File

@ -119,7 +119,7 @@ public class Manga
if (File.Exists(saveImagePath))
return saveImagePath;
RequestResult coverResult = new HttpDownloadClient().MakeRequest(CoverUrl, RequestType.MangaCover);
RequestResult coverResult = new HttpDownloadClient().MakeRequest(CoverUrl, RequestType.MangaCover, this.WebsiteUrl);
if (coverResult.statusCode is < HttpStatusCode.Accepted or >= HttpStatusCode.Ambiguous)
return SaveCoverImageToCache(--retries);