From 15e35fa45ffc928a2832277923a538d8b235fc9e Mon Sep 17 00:00:00 2001 From: scampower3 <81431263+scampower3@users.noreply.github.com> Date: Thu, 23 May 2024 22:02:11 +0800 Subject: [PATCH] Update src/controllers/lyrics.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/controllers/lyrics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/lyrics.js b/src/controllers/lyrics.js index 7953d0f8e8..bb075da709 100644 --- a/src/controllers/lyrics.js +++ b/src/controllers/lyrics.js @@ -20,7 +20,7 @@ let currentItem; let savedLyrics; let isDynamicLyric = false; -let autoScroll = AutoScrollType.Smooth; +let autoScroll = AutoScrollType.Instant; function dynamicLyricHtmlReducer(htmlAccumulator, lyric, index) { if (layoutManager.tv) {