{#if mounted}

Song: {playbackState.metaData.title}

Volume: {playbackState.volume}

{displayTime(playbackState.progress)}/{displayTime(playbackState.duration)}

{progressPercent().toFixed(2)}%

{#if playbackState.paused} {:else} {/if}
{:else}

Nothing going on here

{/if}