We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7ef2f commit 88cfa52Copy full SHA for 88cfa52
app/src/main/java/eu/kanade/tachiyomi/data/track/shikimori/dto/SMUserListEntry.kt
@@ -31,7 +31,7 @@ data class SMUserListEntry(
31
return AnimeTrack.create(trackId).apply {
32
title = anime.name
33
remote_id = this@SMUserListEntry.id
34
- total_episodes = anime.chapters!!
+ total_episodes = anime.episodes!!
35
library_id = this@SMUserListEntry.id
36
last_episode_seen = this@SMUserListEntry.episodes
37
score = this@SMUserListEntry.score.toDouble()
0 commit comments