{#if selectedFormat}
Your browser does not support the video tag.
{:else}
No playable video format found
{/if} {#if sortedFormats.length > 1}
Quality:
{#each sortedFormats as format}
{format.qualityLabel || format.height + 'p'}
{/each}
{/if}