fix: suppress mpv primary subtitles when visible overlay is enabled

This commit is contained in:
2026-02-26 19:29:51 -08:00
parent 62f53071ec
commit 151752b17a
5 changed files with 10 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ function parseSubVisibility(value: unknown): boolean {
return true;
}
export function createEnsureOverlayMpvSubtitlesHiddenHandler(deps: {
getMpvClient: () => MpvVisibilityClient | null;
getSavedSubVisibility: () => boolean | null;