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(
|
content: `${emojiMap(
|
||||||
scrobbleData['genre'],
|
scrobbleData['genre'],
|
||||||
scrobbleData['artist']
|
scrobbleData['artist']
|
||||||
)} ${track["name"]} by <a href="${scrobbleData['url']}">${
|
)} ${scrobbleData['track']} by <a href="${scrobbleData['url']}">${
|
||||||
scrobbleData['artist']
|
scrobbleData['artist']
|
||||||
}</a>`,
|
}</a>`,
|
||||||
}),
|
}),
|
||||||
|
|
Reference in a new issue