test getting rid of lyriccurrenttime

This commit is contained in:
maikirakiwi 2022-07-10 17:26:31 -07:00
parent 363fde0f9a
commit 9b7246ea49
3 changed files with 4 additions and 4 deletions

View file

@ -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