cd1f426945
* Fix wrong MangaBaka scores for step sizes > 1 We're actually sending the index of the score type in the list, not the score itself. Overriding indexToScore solves that issue. Also refactored the ranges to be constants for consistency. * Changelog