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
+1 -1
View File
@@ -3986,7 +3986,7 @@ const {
reportJellyfinRemoteStopped: () => {
void reportJellyfinRemoteStopped();
},
maybeRunAnilistPostWatchUpdate: () => maybeRunAnilistPostWatchUpdate(),
maybeRunAnilistPostWatchUpdate: (options) => maybeRunAnilistPostWatchUpdate(options),
logSubtitleTimingError: (message, error) => logger.error(message, error),
broadcastToOverlayWindows: (channel, payload) => {
broadcastToOverlayWindows(channel, payload);