I have no idea what I am doing.

This commit is contained in:
SoNothing 2022-01-17 00:25:07 +08:00
parent ffc55b6b64
commit c5bb053271
No known key found for this signature in database
GPG key ID: 89EFF63E1DBC0176
7 changed files with 8 additions and 8 deletions

View file

@ -95,7 +95,7 @@ const lfm = {
this.authenticate();
}
} else {
return console.log('[LastFM] Did not add ', attributes.name , '-' , lfm.filterArtistName(attributes.artistName), 'because now playing a other song.');
return console.log('[LastFM] Did not add ', attributes.name , '' , lfm.filterArtistName(attributes.artistName), 'because now playing a other song.');
}
},