Handle mpv reload buffering as same media

- Keep overlay alive across same-media mpv reloads
- Avoid rearming startup gate and repeating AniSkip lookups
- Add regression coverage for reload/end-file/file-loaded sequence
This commit is contained in:
2026-05-02 15:42:54 -07:00
parent 53aa58d044
commit 13e2b5f8c8
5 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
type: fixed
area: mpv
- Kept the visible overlay alive across same-media mpv reloads during buffering, avoiding duplicate startup gates and AniSkip lookups.