Merge pull request #196 from semvis123/lastfm

Last.fm support
This commit is contained in:
th-ch
2021-04-28 22:22:44 +02:00
committed by GitHub
6 changed files with 233 additions and 6 deletions

View File

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