Wrong return value
This commit is contained in:
parent
4772ae0756
commit
750df4ed52
@ -305,7 +305,7 @@ public class MangaDex : Connector
|
||||
string saveImagePath = Path.Join(imageCachePath, filename);
|
||||
|
||||
if (File.Exists(saveImagePath))
|
||||
return saveImagePath;
|
||||
return filename;
|
||||
|
||||
DownloadClient.RequestResult coverResult = downloadClient.MakeRequest(url, (byte)RequestType.AtHomeServer);
|
||||
using MemoryStream ms = new();
|
||||
|
Loading…
Reference in New Issue
Block a user