fix: prime startup subtitle before autoplay resumes

- Add `selectAutoplayStartupCue` to pick active or imminent cue at startup
- Call `primeCurrentSubtitle` in warm-release before signaling autoplay ready
- Reset primed state on media path change to avoid stale cue leaks
This commit is contained in:
2026-05-20 08:09:49 -07:00
parent 4813ce1fea
commit dde19ad0da
7 changed files with 256 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Primed the first startup subtitle before autoplay resumes so the overlay can render text before video playback begins.