{#if label}
{label}
{/if}
{#if duration > 0 && markers.length > 0}
{#each markers as marker}
seekToTime(marker.timestampSeconds)} >
{/each}
{/if}
{#if !compact}
skip(-10)} title="Back 10s">⏪
{/if}
{isPlaying ? '⏸' : '▶'}
{#if !compact}
skip(10)} title="Forward 10s">⏩
{/if}
{formatTime(currentTime)} / {formatTime(duration)}
{#if !compact}
setVol(Number((e.target as HTMLInputElement).value))} class="volume-slider" title="Volume" />
{/if}