chore(player.svelte) - Removed the comment above the new component used during drafting phase

This commit is contained in:
kraibse 2025-09-03 14:27:23 +02:00
parent b15dcd0cb3
commit 8e250a929c

View file

@ -949,7 +949,6 @@
<Volume bind:volume={$volume} bind:muted />
</div>
<div class='flex gap-2'>
<!-- This is the new custom function for showing the remaining time on the episode + time when it ends -->
<div class='p-3 h-12' id='player-end-time-label' data-up='#player-seekbar' data-right='#player-options-button'>
<Episodetimer
current={seeking ? seekPercent * safeduration / 100 : currentTime}