Next song
{#if $next || $enqueueing}
select($next)}>
{#if $next}{$next.media.title}{/if}
{#if $next} shared by {$next.referer.username} {/if}
{#if $next}
{/if}
{:else}
There is no more song to play. Reload the app or change your hashtags settings to get new songs.
{/if}
History
{#each history as track, i (track.referer.url)}
select(track)}>
{track.media.title}
shared by {track.referer.username}
{/each} {#if history.length === 0}
{/if}