fix: Fix builtin controls showing up when they should not (#1759)
This commit is contained in:
@@ -21,7 +21,7 @@ export class FrigateCardLiveHA extends LitElement implements FrigateCardMediaPla
|
||||
public cameraConfig?: CameraConfig;
|
||||
|
||||
@property({ attribute: true, type: Boolean })
|
||||
public controls = true;
|
||||
public controls = false;
|
||||
|
||||
protected _playerRef: Ref<Element & FrigateCardMediaPlayer> = createRef();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user