fix: lazily resolve youtube playback socket path

This commit is contained in:
2026-03-29 15:59:12 -07:00
parent fa80526aac
commit 1e5e98482a
4 changed files with 78 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
type: fixed
area: main
- Resolve the YouTube playback socket path lazily so startup honors CLI and config overrides.
- Add regression coverage for the lazy socket-path lookup during Windows mpv startup.