ID: {shorthandCode($currentStream.id)}
{formattedStreamDate}
Tags
: {$currentStream.tags.join(', ')}
{@html carta.renderSSR($currentStream.description || 'No description available.')}
Timestamp
Artist
Title
{#each $currentStream.tracks as track, i}
{formatTrackTime(track[0])}
jumpToTrack(track[0])} class="material-icons" style="padding: 4px 6px; margin-top: -4px; margin-bottom: -4px; margin-right: -6px" >fast_forward
{track[1]}
{track[2]}
{/each}