Use Bayesian Rating for Manga info (#619)
Refer: https://github.com/CarlosEsco/Neko/pull/1001
This commit is contained in:
@@ -102,7 +102,7 @@ class ApiMangaParser(
|
||||
lastChapterNumber = lastChapter?.floor()
|
||||
|
||||
statistics?.rating?.let {
|
||||
rating = it.average?.toFloat()
|
||||
rating = it.bayesian?.toFloat()
|
||||
// manga.users = it.users
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user