mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Added working lastfm support
currently only played songs are added
This commit is contained in:
@ -45,9 +45,6 @@ module.exports = (win) => {
|
||||
});
|
||||
|
||||
// Startup the rpc client
|
||||
rpc.login({
|
||||
clientId,
|
||||
})
|
||||
.catch(console.error);
|
||||
rpc.login({ clientId }).catch(console.error);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user