diff --git a/src/js/lrc.js b/src/js/lrc.js index 7911b13..c7c0de2 100644 --- a/src/js/lrc.js +++ b/src/js/lrc.js @@ -77,8 +77,8 @@ class Lrc { this.container.innerHTML = tplLrc({ lyrics: this.parsed[index], }); - this.update(0); this.current = this.parsed[index]; + this.update(0); } /**