Compare commits
2 Commits
4f14903538
...
790e77b00c
Author | SHA1 | Date | |
---|---|---|---|
790e77b00c | |||
42feea3ad5 |
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user