Add hiding controls to native webrtc player (oops)

This commit is contained in:
Dermot Duffy
2022-10-11 22:00:22 -07:00
parent 38c6ce33c0
commit cebdf9a789
2 changed files with 7 additions and 2 deletions
-2
View File
@@ -29,8 +29,6 @@ customElements.whenDefined('ha-hls-player').then(() => {
@query('#video')
protected _video: HTMLVideoElement;
protected _controlsVisibilityTimerID: number | null = null;
/**
* Play the video.
*/