Merge branch 'main' of https://github.com/CiderApp/Cider
This commit is contained in:
commit
b7ee562e36
6 changed files with 201 additions and 193 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue