various optimisations
This commit is contained in:
parent
69c460ad03
commit
bd330c1ec0
6 changed files with 23 additions and 21 deletions
|
@ -829,12 +829,6 @@ const app = new Vue({
|
|||
|
||||
MusicKit.getInstance().videoContainerElement = document.getElementById("apple-music-video-player")
|
||||
|
||||
ipcRenderer.on('lastfm:authenticated', (_e, session) => {
|
||||
app.cfg.lastfm.username = session.username
|
||||
app.cfg.lastfm.key = session.key
|
||||
app.cfg.lastfm.enabled = true
|
||||
})
|
||||
|
||||
ipcRenderer.on('setStoreValue', (e, key, value) => {
|
||||
app.cfg[key] = value
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue