Skip to content

Commit 2861781

Browse files
authored
Merge pull request #139 from hyperaudio/hyperaudio-lite-2.1.7
Update hyperaudio-lite.js (2.1.7)
2 parents 8ce7b9f + 8a9c68a commit 2861781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-hyperaudio/js/hyperaudio-lite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! (C) The Hyperaudio Project. MIT @license: en.wikipedia.org/wiki/MIT_License. */
2-
/*! Version 2.1.6 */
2+
/*! Version 2.1.7 */
33

44
'use strict';
55

@@ -183,7 +183,7 @@ function spotifyPlayer(instance) {
183183

184184
window.onSpotifyIframeApiReady = IFrameAPI => {
185185

186-
const element = document.getElementById('hyperplayer');
186+
const element = document.getElementById(instance.player.id);
187187

188188
const extractEpisodeID = (url) => {
189189
const match = url.match(/episode\/(.+)$/);

0 commit comments

Comments
 (0)