fix: 初始化进度时歌词未更新 (#284)
This commit is contained in:
parent
d01140859d
commit
64ac6248e8
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue