Skip to content

Enable autoplay for Spotify embed player in 19hz#52

Merged
ProLoser merged 2 commits into
gh-pagesfrom
copilot/enable-autoplay-for-artist
Jan 28, 2026
Merged

Enable autoplay for Spotify embed player in 19hz#52
ProLoser merged 2 commits into
gh-pagesfrom
copilot/enable-autoplay-for-artist

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 28, 2026

Spotify embed players in 19hz event info windows now autoplay when an artist loads.

Changes

Added ?autoplay=1 query parameter to the Spotify embed URL:

// 19hz/map.js line 496
spotifyPlayer.src = `https://open.spotify.com/embed/artist/${artistId}?autoplay=1`;

The iframe's existing allow="autoplay" permission enables this functionality.

Screenshot

19hz Interface

Original prompt

in 19hz Spotify end should autoplay when the artist loads if possible for embed player


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@ProLoser ProLoser marked this pull request as ready for review January 28, 2026 08:40
Co-authored-by: ProLoser <67395+ProLoser@users.noreply.github.com>
Copilot AI changed the title [WIP] Add autoplay feature for artist in Spotify embed player Enable autoplay for Spotify embed player in 19hz Jan 28, 2026
Copilot AI requested a review from ProLoser January 28, 2026 08:44
@ProLoser ProLoser merged commit 7f262ac into gh-pages Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants