mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-04 00:41:33 -07:00
fix: sync AniList after seeked completion
This commit is contained in:
+10
-4
@@ -19,8 +19,14 @@ AniList episode progress should sync reliably when playback reaches or passes th
|
||||
|
||||
## Acceptance Criteria
|
||||
<!-- AC:BEGIN -->
|
||||
- [ ] #1 When playback moves from before the completion threshold to any later position at or beyond the threshold, AniList queues or sends the episode progress update once.
|
||||
- [ ] #2 If playback is already past the completion threshold and the update has not yet been recorded for the current media/episode, AniList still queues or sends the update.
|
||||
- [ ] #3 AniList progress updates remain deduplicated for the same media/episode watch completion.
|
||||
- [ ] #4 A regression test covers the skipped-threshold or already-past-threshold case.
|
||||
- [x] #1 When playback moves from before the completion threshold to any later position at or beyond the threshold, AniList queues or sends the episode progress update once.
|
||||
- [x] #2 If playback is already past the completion threshold and the update has not yet been recorded for the current media/episode, AniList still queues or sends the update.
|
||||
- [x] #3 AniList progress updates remain deduplicated for the same media/episode watch completion.
|
||||
- [x] #4 A regression test covers the skipped-threshold or already-past-threshold case.
|
||||
<!-- AC:END -->
|
||||
|
||||
## Notes
|
||||
|
||||
- Fixed mpv `time-pos` ordering so post-watch checks read the fresh playback position after seeks.
|
||||
- Wired manual mark-watched to run a forced AniList post-watch sync after the local watched mark succeeds.
|
||||
- Added regressions for time-position ordering, manual watched sync, forced post-watch updates, and the Little Witch Academia filename parse.
|
||||
|
||||
Reference in New Issue
Block a user