chore: scrobbling
This commit is contained in:
parent
8e9357fca7
commit
209c9030ea
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export default async () => {
|
|||
content: `${emojiMap(
|
||||
scrobbleData['genre'],
|
||||
scrobbleData['artist']
|
||||
)} ${track["name"]} by <a href="${scrobbleData['url']}">${
|
||||
)} ${scrobbleData['track']} by <a href="${scrobbleData['url']}">${
|
||||
scrobbleData['artist']
|
||||
}</a>`,
|
||||
}),
|
||||
|
|
Reference in a new issue