chore: link now playing track
This commit is contained in:
parent
363c0b3daf
commit
b59cbed552
3 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,7 @@ export default async () => {
|
|||
return Response.json({
|
||||
artist: track['artist']['#text'],
|
||||
title: track['name'],
|
||||
url: track['url'],
|
||||
genre,
|
||||
emoji: emojiMap(genre, track['artist']['#text']),
|
||||
})
|
||||
|
|
Reference in a new issue