Compare commits

..

No commits in common. "790e77b00ca1334b2db3dc1b6622742d3e319de2" and "4f14903538d0796db37e3a4bf13425b8eaac5b3d" have entirely different histories.

View File

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