Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Kitsu
ratingTwenty
being typed as String (mihonapp/mihon#1191)
The API docs and the responses type `ratingTwenty` as a "number" (Int in Kotlin, it's divided by 2 for a .5 step scale 0-10). It's nullable because an entry without a user rating returns `null` in that field. (cherry picked from commit 001249a)
- Loading branch information