Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong types in KitsuAlgoliaSearchItem
This API returns start and end dates as Long and the score as Double. Kitsu's docs claim they're strings (and they are, when requesting manga details from Kitsu directly) but the Algolia search results return Longs and Double, respectively.
- Loading branch information