This commit is contained in:
Core 2022-07-11 02:09:23 +01:00
commit b7ee562e36
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
6 changed files with 201 additions and 193 deletions

View file

@ -931,7 +931,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