{#if $playbackState}
{#if $playbackState.mode == PlaybackMode.PLAYING}
{:else if $playbackState.mode == PlaybackMode.PAUSED}
{/if}
{/if}