{formattedStreamDate}
ID: {shorthandCode($currentStream.id)}
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; margin:-3px">fast_forward
{track[1]}
{track[2]}
{/each}