chore: simplify now playing

This commit is contained in:
Cory Dransfeldt 2023-10-07 11:57:00 -07:00
parent 06ca81b903
commit 282bc3a84d
3 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ export default async () => {
return Response.json({
artist: track['artistName'],
title: track['name'],
emoji: '🎧',
text: `🎧 ${track['name']} by ${track['artistName']}`,
})
}