1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-30 12:12:26 +02:00

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

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

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