Skip to content

Commit f7196f5

Browse files
committed
- disable autoplay
1 parent 766d9ce commit f7196f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spotify_music_quiz_cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h3 class="text-lg font-semibold">${track.name}</h3>
347347
},
348348
body: JSON.stringify({
349349
device_ids: [device_id],
350-
play: true
350+
play: false
351351
})
352352
});
353353
const trackId = getUrlParameter('track');

0 commit comments

Comments
 (0)