perokhe

Results 2 comments of perokhe

I think after the second you pass the point to mark as seen, it refreshes the local data with the tracker data multiple times and then it tries to update...

https://github.com/aniyomiorg/aniyomi/blob/1c34c4c1b9ee700c971991ed918aab57f027da53/app/src/main/java/eu/kanade/tachiyomi/ui/player/PlayerViewModel.kt#L370-L376 I think adding `!currentEp.seen` to the condition could be an easy fix but it doesn't deal with failed requests.