no alt text

This commit is contained in:
2025-11-24 00:11:50 +00:00
parent 1b4755b401
commit fe41f17f72
2 changed files with 4 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ func (store *Store) ListeningTo(c *gin.Context) {
c.JSON(200, gin.H{
"playing": true,
"song_name": item.Name,
"song_url": item.URI,
"song_url": item.PreviewURL,
"artist_name": artistName,
"album_image": imgURL,
})