1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ let currentItem;
let savedLyrics; let savedLyrics;
let isDynamicLyric = false; let isDynamicLyric = false;
let autoScroll = AutoScrollType.Smooth; let autoScroll = AutoScrollType.Instant;
function dynamicLyricHtmlReducer(htmlAccumulator, lyric, index) { function dynamicLyricHtmlReducer(htmlAccumulator, lyric, index) {
if (layoutManager.tv) { if (layoutManager.tv) {