fix(anilist): pass fresh time-pos to post-watch threshold check

- Thread live mpv time-position through to AniList watched-seconds check
- Prevents missed progress updates when the cached value lags behind playback
This commit is contained in:
2026-05-16 17:48:55 -07:00
parent a36e628512
commit 215e0f804b
8 changed files with 86 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: anilist
- Used fresh mpv time-position events for AniList post-watch threshold checks so progress updates still fire when playback reaches the watched threshold.