We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ce7b9f + 8a9c68a commit 2861781Copy full SHA for 2861781
wp-hyperaudio/js/hyperaudio-lite.js
@@ -1,5 +1,5 @@
1
/*! (C) The Hyperaudio Project. MIT @license: en.wikipedia.org/wiki/MIT_License. */
2
-/*! Version 2.1.6 */
+/*! Version 2.1.7 */
3
4
'use strict';
5
@@ -183,7 +183,7 @@ function spotifyPlayer(instance) {
183
184
window.onSpotifyIframeApiReady = IFrameAPI => {
185
186
- const element = document.getElementById('hyperplayer');
+ const element = document.getElementById(instance.player.id);
187
188
const extractEpisodeID = (url) => {
189
const match = url.match(/episode\/(.+)$/);
0 commit comments