1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-22 22:31:31 +02:00

Update AnilistModels.kt ()

* Update Anilist.kt

* Update AnilistModels.kt

* Update Anilist.kt
This commit is contained in:
Sklan
2018-06-19 02:02:15 +05:30
committed by inorichi
parent 014bb2f426
commit 9bf071132d

@@ -55,6 +55,7 @@ data class ALUserManga(
score = score_raw.toFloat()
last_chapter_read = chapters_read
library_id = this@ALUserManga.library_id
total_chapters = manga.total_chapters
}
fun toTrackStatus() = when (list_status) {