some downloading fixes
This commit is contained in:
parent
65e89398d9
commit
7ae6831628
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class OfflineMangaFragment : Fragment(), OfflineMangaSearchListener {
|
||||||
} else {
|
} else {
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
val title = mediaModel.nameMAL ?: "unknown"
|
val title = mediaModel.nameMAL ?: mediaModel.nameRomaji
|
||||||
val score = ((if (mediaModel.userScore == 0) (mediaModel.meanScore
|
val score = ((if (mediaModel.userScore == 0) (mediaModel.meanScore
|
||||||
?: 0) else mediaModel.userScore) / 10.0).toString()
|
?: 0) else mediaModel.userScore) / 10.0).toString()
|
||||||
val isOngoing = false
|
val isOngoing = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue