remove redundant preview url
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user