diff --git a/js/hyperaudio-lite.js b/js/hyperaudio-lite.js index 1edbf9e..ac771f0 100644 --- a/js/hyperaudio-lite.js +++ b/js/hyperaudio-lite.js @@ -1,5 +1,5 @@ /*! (C) The Hyperaudio Project. MIT @license: en.wikipedia.org/wiki/MIT_License. */ -/*! Version 2.1.6 */ +/*! Version 2.1.7 */ 'use strict'; @@ -183,7 +183,7 @@ function spotifyPlayer(instance) { window.onSpotifyIframeApiReady = IFrameAPI => { - const element = document.getElementById('hyperplayer'); + const element = document.getElementById(instance.player.id); const extractEpisodeID = (url) => { const match = url.match(/episode\/(.+)$/);