git
This commit is contained in:
parent
c1fe92368a
commit
3bf45a4e2e
1 changed files with 4 additions and 1 deletions
|
@ -3816,7 +3816,10 @@ const app = new Vue({
|
||||||
mediaKeyFixes() {
|
mediaKeyFixes() {
|
||||||
navigator.mediaSession.setActionHandler('previoustrack', function () { app.prevButton() });
|
navigator.mediaSession.setActionHandler('previoustrack', function () { app.prevButton() });
|
||||||
navigator.mediaSession.setActionHandler('nexttrack', function () { app.skipToNextItem() });
|
navigator.mediaSession.setActionHandler('nexttrack', function () { app.skipToNextItem() });
|
||||||
}
|
},
|
||||||
|
checkForUpdate() {
|
||||||
|
ipcRenderer.send('check-for-update')
|
||||||
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue