Added working lastfm support

currently only played songs are added
This commit is contained in:
Sem Visscher
2021-03-19 21:32:33 +01:00
parent 3464b0383c
commit 4747050b60
4 changed files with 145 additions and 4 deletions

View File

@ -45,9 +45,6 @@ module.exports = (win) => {
});
// Startup the rpc client
rpc.login({
clientId,
})
.catch(console.error);
rpc.login({ clientId }).catch(console.error);
});
};