Cleanup Amelia's PR.
Return instantly when downloading a cover from Kavita+ that isn't better.
This commit is contained in:
parent
19d2e20f24
commit
d0b4ad6257
8 changed files with 39 additions and 24 deletions
|
|
@ -579,7 +579,7 @@ public class CoverDbService : ICoverDbService
|
|||
else
|
||||
{
|
||||
_directoryService.DeleteFiles([tempFullPath]);
|
||||
series.CoverImage = Path.GetFileName(existingPath);
|
||||
return;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue