forked from recloudstream/cloudstream
fixed mal score
This commit is contained in:
parent
2b5a3ccbc9
commit
f9b151ea8c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class MALApi(index: Int) : AccountManager(index), SyncAPI {
|
|||
id = malAnime.id?.toString()!!,
|
||||
totalEpisodes = malAnime.numEpisodes,
|
||||
title = malAnime.title,
|
||||
publicScore = malAnime.mean?.toFloat()?.times(100)?.toInt(),
|
||||
publicScore = malAnime.mean?.toFloat()?.times(1000)?.toInt(),
|
||||
duration = malAnime.averageEpisodeDuration,
|
||||
synopsis = malAnime.synopsis,
|
||||
airStatus = when (malAnime.status) {
|
||||
|
|
Loading…
Reference in a new issue