kh
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
2025-12-26 18:58:48 -08:00
parent 436089ca0c
commit 9310478a37
8 changed files with 1242 additions and 242 deletions

View File

@@ -843,6 +843,12 @@ def run_auto_overlay(*, mpv: MPV, poll_s: float = 0.15, config: Optional[dict] =
_osd_overlay_clear(client)
except Exception:
pass
# Also remove any external subtitle that may be showing lyrics so
# turning lyrics "off" leaves no text on screen.
try:
_try_remove_selected_external_sub(client)
except Exception:
pass
last_idx = None
last_text = None
last_visible = visible