mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-17 09:12:35 +01:00
* fix: handle and throw proper error if pageNum is zero for popular/latest api, fixes #75 * chore: replace if-else with kotlin require which throws IllegalArgumentException and add comment * fix: remove comment as exception message is enough