mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
upgrade spotify-now-playing
This commit is contained in:
@@ -15,9 +15,9 @@ export default async function Spotify(req: NextApiRequest, res: NextApiResponse)
|
||||
res.status(200).json({
|
||||
nowplaying: true,
|
||||
song: {
|
||||
artist: song.artist.name,
|
||||
artist: song.artists.name,
|
||||
title: song.title,
|
||||
url: song.externalUrl,
|
||||
url: song.url,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user