test getting rid of lyriccurrenttime
This commit is contained in:
parent
363fde0f9a
commit
9b7246ea49
3 changed files with 4 additions and 4 deletions
|
@ -925,7 +925,7 @@ const app = new Vue({
|
|||
})
|
||||
|
||||
this.mk.addEventListener(MusicKit.Events.playbackTimeDidChange, (a) => {
|
||||
self.lyriccurrenttime = self.mk.currentPlaybackTime - app.lyricOffset
|
||||
// self.lyriccurrenttime = self.mk.currentPlaybackTime - app.lyricOffset
|
||||
this.currentSongInfo = a
|
||||
self.playerLCD.playbackDuration = (self.mk.currentPlaybackTime)
|
||||
// wsapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue