diff --git a/backend/handlers/handle_spotify.go b/backend/handlers/handle_spotify.go index d8b968e..16da31e 100644 --- a/backend/handlers/handle_spotify.go +++ b/backend/handlers/handle_spotify.go @@ -72,7 +72,6 @@ func (store *Store) ListeningTo(ctx *gin.Context) { ctx.JSON(200, gin.H{ "playing": true, "song_name": item.Name, - "song_url": item.PreviewURL, "artist_name": artistName, "album_image": imgURL, })