remove redundant preview url

This commit is contained in:
2025-11-25 23:31:59 +00:00
parent f006d65d86
commit a34f5622f5

View File

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