fix: Addressing PR comments
This commit is contained in:
parent
6498aa7fe5
commit
6e313dfffe
5 changed files with 15 additions and 6 deletions
|
|
@ -40,6 +40,6 @@ public class MangaFileRepository : IMangaFileRepository
|
|||
|
||||
return await _context.MangaFile
|
||||
.FirstOrDefaultAsync(f => f.KoreaderHash != null &&
|
||||
EF.Functions.Like(f.KoreaderHash, hash));
|
||||
f.KoreaderHash.Equals(hash.ToUpper()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue