mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 05:06:38 +00:00
Merge pull request #6983 from home-assistant/fix-mnuted
Fix muted on video
This commit is contained in:
commit
92ed14c0e4
@ -61,7 +61,7 @@ class HaHLSPlayer extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<video
|
<video
|
||||||
?autoplay=${this.autoPlay}
|
?autoplay=${this.autoPlay}
|
||||||
?muted=${this.muted}
|
.muted=${this.muted}
|
||||||
?playsinline=${this.playsInline}
|
?playsinline=${this.playsInline}
|
||||||
?controls=${this.controls}
|
?controls=${this.controls}
|
||||||
@loadeddata=${this._elementResized}
|
@loadeddata=${this._elementResized}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user