fix streaming with lyric notes in mpv

This commit is contained in:
2026-03-15 01:51:10 -07:00
parent d7e42b9563
commit 4dd7556e85
3 changed files with 233 additions and 57 deletions

View File

@@ -1208,6 +1208,8 @@ def run_auto_overlay(
autofetch_enabled = bool(cfg.get("lyric_autofetch", True))
now = time.time()
if (
not lrc_text
and
autofetch_enabled
and state.key != state.fetch_attempt_key
and (now - state.fetch_attempt_at) > 2.0