kh
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user