{#if current}
{#if player.state === 'error'} {:else}
{current.title}
{current.artist_name}
{formatDuration(smoothed.value)} {formatDuration(player.duration)}
{/if}
{/if}