Compare commits
No commits in common. "37dfb4df02d870052fb86eb7988c978a25dd6335" and "bbc750d731c69751fe09750c105571c235f943b3" have entirely different histories.
37dfb4df02
...
bbc750d731
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user