Add subtitle sidebar startup auto-open and resume jump

- Add `subtitleSidebar.autoOpen` with startup-only open behavior
- Jump to the first resolved active cue on initial resume position
- Clear parsed cues when subtitle prefetch init fails
This commit is contained in:
2026-03-21 19:55:33 -07:00
parent 0c3ec7a567
commit 76b5ab68ba
10 changed files with 311 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Added `subtitleSidebar.autoOpen` (default `false`) to open the subtitle sidebar once during overlay startup when the sidebar feature is enabled.

View File

@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Made subtitle sidebar resume/start positioning jump directly to the first resolved active cue instead of smooth-scrolling through the full list, while keeping smooth auto-follow for later cue changes.