mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Update AnilistModels.kt (#1481)
* Update Anilist.kt * Update AnilistModels.kt * Update Anilist.kt
This commit is contained in:
parent
014bb2f426
commit
9bf071132d
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ data class ALUserManga(
|
||||||
score = score_raw.toFloat()
|
score = score_raw.toFloat()
|
||||||
last_chapter_read = chapters_read
|
last_chapter_read = chapters_read
|
||||||
library_id = this@ALUserManga.library_id
|
library_id = this@ALUserManga.library_id
|
||||||
|
total_chapters = manga.total_chapters
|
||||||
}
|
}
|
||||||
|
|
||||||
fun toTrackStatus() = when (list_status) {
|
fun toTrackStatus() = when (list_status) {
|
||||||
|
|
Loading…
Reference in a new issue