mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 18:39:19 +01:00
Update AnilistModels.kt (#1481)
* Update Anilist.kt * Update AnilistModels.kt * Update Anilist.kt
This commit is contained in:
parent
014bb2f426
commit
9bf071132d
@ -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 New Issue
Block a user