don't bind volume to audio element
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user