Update AnilistModels.kt (#1481)

* 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

View File

@ -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) {