fix streaming with lyric notes in mpv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user