don't bind volume to audio element

This commit is contained in:
2025-06-30 13:11:29 +02:00
parent 7978ea5b37
commit dc84db8c79

View File

@@ -296,7 +296,6 @@
bind:duration={null, (d) => (duration = d || 0)} bind:duration={null, (d) => (duration = d || 0)}
bind:currentTime bind:currentTime
{muted} {muted}
{volume}
onplay={setMediaMetadataOnPlay} onplay={setMediaMetadataOnPlay}
onended={bubble('ended')} onended={bubble('ended')}
{preload} {preload}