oops
This commit is contained in:
parent
0d1efca7d8
commit
9798ad170a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ const app = new Vue({
|
|||
self.playerLCD.playbackDuration = (self.mk.currentPlaybackTime)
|
||||
self.lyriccurrenttime = app.mk.currentPlaybackTime;
|
||||
|
||||
if (self.lyricon && drawertest){
|
||||
if (self.lyricon && self.drawertest){
|
||||
let currentLine = document.querySelector(`.lyric-line.active`)
|
||||
if (currentLine && currentLine.getElementsByClassName('lyricWaiting').length > 0){
|
||||
let duration = currentLine.getAttribute("end") - currentLine.getAttribute("start");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue