Update src/controllers/lyrics.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
scampower3
2024-05-23 22:02:11 +08:00
committed by GitHub
parent 8c829fde46
commit 15e35fa45f
+1 -1
View File
@@ -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) {