{hasQueue ? $t('controls.next') : $t('controls.stop')}
{#if hasQueue}
{$t('controls.skip')}
{/if}
{isPaused ? '▶' : '⏸'}
⏹