|
|
|
@ -463,7 +463,7 @@ app.delete('/downloads/:index', async (req, res) => { |
|
|
|
//Log listen to deezer & lastfm
|
|
|
|
app.post('/log', async (req, res) => { |
|
|
|
//LastFM
|
|
|
|
integrations.scrobbleLastFM(req.body.title, req.body.artists[0].name); |
|
|
|
integrations.scrobbleLastFM(req.body.title, req.body.album.title, req.body.artists[0].name); |
|
|
|
|
|
|
|
//Deezer
|
|
|
|
if (settings.logListen) |
|
|
|
|