We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6fa91 commit b899c9eCopy full SHA for b899c9e
19hz/map.js
@@ -712,6 +712,7 @@ class Events {
712
<p><strong>Genres:</strong> ${event.categories.map(category => `<a onclick="filter({category:'${category}'})">${category}</a>`).join(', ')}</p>
713
${hasValidArtists ? `<p><strong>Artists:</strong> ${artistsHTML}</p>` : ''}
714
<p><strong>Age:</strong> ${ageInfo}</p>
715
+ ${spotifyPlayerHTML}
716
</div>
717
<div class="info-body">
718
${spotifyPlayerHTML}
0 commit comments