Skip to content

Commit 88cfa52

Browse files
authored
fix: Shikimori anime tracking (#2205)
1 parent 4e7ef2f commit 88cfa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/eu/kanade/tachiyomi/data/track/shikimori/dto/SMUserListEntry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data class SMUserListEntry(
3131
return AnimeTrack.create(trackId).apply {
3232
title = anime.name
3333
remote_id = this@SMUserListEntry.id
34-
total_episodes = anime.chapters!!
34+
total_episodes = anime.episodes!!
3535
library_id = this@SMUserListEntry.id
3636
last_episode_seen = this@SMUserListEntry.episodes
3737
score = this@SMUserListEntry.score.toDouble()

0 commit comments

Comments
 (0)