that was bad

This commit is contained in:
Core 2022-06-15 22:13:42 +01:00
parent 2827dfb36d
commit 3e3c38a25f
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 10 additions and 6 deletions

View file

@ -1470,6 +1470,9 @@
ipcRenderer.send('reloadRPC')
},
lfmDisconnect() {
app.cfg.lastfm.enabled = false;
app.cfg.lastfm.username = "";
app.cfg.lastfm.key = "";
ipcRenderer.send('lastfm:disconnect');
},
async lfmAuthorize(event) {