remove muted

This commit is contained in:
wryk
2020-02-21 23:32:04 +01:00
parent c9e2803519
commit 647044a2b8
3 changed files with 4 additions and 18 deletions

View File

@ -5,7 +5,6 @@
id={$current ? $current.media.credentials.id : null}
class="playerBig__iframe"
paused={$paused}
muted={$muted}
volume={$volume}
bind:ready
bind:ended
@ -51,7 +50,6 @@
import Progress from '/components/player/Progress'
const paused = getContext('paused')
const muted = getContext('muted')
const volume = getContext('volume')
const current = getContext('current')
const loading = getContext('loading')