Fix muted on video

This commit is contained in:
Bram Kragten 2020-09-14 11:14:32 +02:00
parent 709112c498
commit 5b94a4de9a

View File

@ -61,7 +61,7 @@ class HaHLSPlayer extends LitElement {
return html`
<video
?autoplay=${this.autoPlay}
?muted=${this.muted}
.muted=${this.muted}
?playsinline=${this.playsInline}
?controls=${this.controls}
@loadeddata=${this._elementResized}