{#key currentlyPlaying}

{/key}
{#key currentlyPlaying}
{currentlyPlaying.Album}
{currentlyPlaying.Name}
{currentlyPlaying.Artists.join(' / ')}
{/key}
playPrevious()} />
(event.detail.eventType === 'playing' ? pauseSong() : playSong())} />
closeMediaPlayer()} />
playNext()} />