0
Skip to Content
front
Landing
Spotify
Apple Music
Listen
Heavenly States
front
Landing
Spotify
Apple Music
Listen
Heavenly States
front
Landing
Spotify
Apple Music
Listen
Your browser does not support the video tag.
Your browser does not support the audio element.

Now Playing: Audio 1

let player; const playlists = [ { title: "Morning Exercise", audio: "
  • currentTime >= playlist.start && currentTime < playlist.end ); if (matchingPlaylist && matchingPlaylist !== currentPlaylist) { currentPlaylist = matchingPlaylist; // Update the audio player and title const audioPlayer = document.getElementById("audio-player"); const audioTitle = document.getElementById("audio-title"); audioPlayer.src = currentPlaylist.audio; audioPlayer.play(); audioTitle.textContent = currentPlaylist.title; } } // Load the YouTube Iframe API const tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; const firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);