Fix covers returning wrong fileLocation if cover already exists.
This commit is contained in:
parent
08dd01942f
commit
42feea3ad5
@ -294,7 +294,7 @@ public abstract class MangaConnector : GlobalBase
|
||||
string saveImagePath = Path.Join(settings.coverImageCache, filename);
|
||||
|
||||
if (File.Exists(saveImagePath))
|
||||
return filename;
|
||||
return saveImagePath;
|
||||
|
||||
RequestResult coverResult = downloadClient.MakeRequest(url, requestType);
|
||||
using MemoryStream ms = new();
|
||||
|
Loading…
Reference in New Issue
Block a user