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