more web remote fixes
This commit is contained in:
parent
b197d3cafe
commit
a632dbd165
2 changed files with 741 additions and 689 deletions
|
@ -56,8 +56,7 @@ const wsapi = {
|
|||
ipcRenderer.send('wsapi-updatePlaybackState', MusicKitInterop.getAttributes());
|
||||
},
|
||||
getLyrics() {
|
||||
return []
|
||||
_lyrics.GetLyrics(1, false)
|
||||
ipcRenderer.send('wsapi-returnLyrics',JSON.stringify(app.lyrics));
|
||||
},
|
||||
getQueue() {
|
||||
ipcRenderer.send('wsapi-returnQueue', JSON.stringify(MusicKit.getInstance().queue))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue