fix(coil): Use original size if it has ratio

Should fix flickering (or at least reduced it)

Fixes GH-160
This commit is contained in:
Ahmad Ansori Palembani 2024-08-20 16:48:03 +07:00
parent d002642697
commit 5d29c0a6cf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@
## Fixes
- Fixed chapter number parsing (@Naputt1)
- Fixed (or at least reduced) library flickering
## Other
- Refactor chapter recognition (@stevenyomi)