[Anilist] Fix tracking for re-reading status (#1795)
This commit is contained in:
parent
6ecd7fced8
commit
0ee005579b
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ data class ALUserManga(
|
|||
"PAUSED" -> Anilist.ON_HOLD
|
||||
"DROPPED" -> Anilist.DROPPED
|
||||
"PLANNING" -> Anilist.PLANNING
|
||||
"REPEATING" -> Anilist.REPEATING
|
||||
else -> throw NotImplementedError("Unknown status")
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue