mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-20 10:42:15 +00:00
chore(player.svelte) - Removed the comment above the new component used during drafting phase
This commit is contained in:
parent
b15dcd0cb3
commit
8e250a929c
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue