Skip to content

Commit 1d986d2

Browse files
committed
- update spotify music quiz
1 parent 6a54c43 commit 1d986d2

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
@@ -193,7 +193,7 @@
193193
playerInstance.resume();
194194
}
195195
isPlaying = !isPlaying;
196-
pauseResumeButton.htmlContent = isPlaying ? '<span class="pause">||</span>' : '<span class="play">▷</span>';
196+
pauseResumeButton.html = isPlaying ? '<span class="pause">||</span>' : '<span class="play">▷</span>';
197197
}
198198

199199
function getUrlParameter(name) {

0 commit comments

Comments
 (0)