1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-07-09 22:55:23 +02:00

Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2

This commit is contained in:
2024-06-02 01:05:29 +02:00

@ -294,7 +294,7 @@ public abstract class MangaConnector : GlobalBase
string saveImagePath = Path.Join(settings.coverImageCache, filename);
if (File.Exists(saveImagePath))
return filename;
return saveImagePath;
RequestResult coverResult = downloadClient.MakeRequest(url, requestType);
using MemoryStream ms = new();