From 64ac6248e8b9fc2e5b89604cc07cfb70460e10bb Mon Sep 17 00:00:00 2001 From: test005 Date: Wed, 25 Sep 2019 19:13:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=97=B6=E6=AD=8C=E8=AF=8D=E6=9C=AA=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20(#284)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/lrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**