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) {