We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4a7dc5 + 73e18fa commit 7f262acCopy full SHA for 7f262ac
1 file changed
19hz/map.js
@@ -492,8 +492,8 @@ window.updateSpotifyPlayer = async function(artistName) {
492
}
493
494
if (artistId) {
495
- // Use the proper artist embed URL with the artist ID
496
- spotifyPlayer.src = `https://open.spotify.com/embed/artist/${artistId}`;
+ // Use the proper artist embed URL with the artist ID and enable autoplay
+ spotifyPlayer.src = `https://open.spotify.com/embed/artist/${artistId}?autoplay=1`;
497
spotifyPlayer.style.display = 'block';
498
} else {
499
console.warn(`Could not find Spotify artist ID for: ${artistName}`);
0 commit comments