Skip to content

Commit 4c1149c

Browse files
committed
Add the poster back in
1 parent 98daf9e commit 4c1149c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/patches/ha-hls-player.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ customElements.whenDefined('ha-hls-player').then(() => {
106106
return html`
107107
<video
108108
id="video"
109+
.poster=${this.posterUrl}
109110
?autoplay=${this.autoPlay}
110111
.muted=${this.muted}
111112
?playsinline=${this.playsInline}

0 commit comments

Comments
 (0)