{#if label}
{label}
{/if}
{#if duration > 0 && markers.length > 0}
{#each markers as marker}
seekToTime(marker.timestampSeconds)} >
{initials(marker.userName)}
{/each}
{/if}
{#if !compact}
{formatTime(currentTime)}
skip(-10)} aria-label="10 Sekunden zurück">
skip(10)} aria-label="10 Sekunden vor">
(showVolume = true)} onmouseleave={() => (showVolume = false)} role="group">
{#if showVolume}
setVol(Number((e.target as HTMLInputElement).value))} class="volume-slider" aria-label="Lautstärke einstellen" /> {/if}
{formatTime(duration)}
{/if}