fix: 初始化进度时歌词未更新 (#284)

This commit is contained in:
test005 2019-09-25 19:13:46 +08:00 committed by DIYgod
parent d01140859d
commit 64ac6248e8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**