fix: Microphone should still work after a view change (#1835)
- Closes #1810
This commit is contained in:
+1
-1
@@ -405,7 +405,7 @@ class FrigateCard extends LitElement {
|
||||
.getConditionsManager()
|
||||
?.getEpoch()}
|
||||
.hide=${!!this._controller.getMessageManager().hasMessage()}
|
||||
.microphoneManager=${this._controller.getMicrophoneManager()}
|
||||
.microphoneState=${this._controller.getMicrophoneManager().getState()}
|
||||
.triggeredCameraIDs=${this._config?.view.triggers.show_trigger_status
|
||||
? this._controller.getTriggersManager().getTriggeredCameraIDs()
|
||||
: undefined}
|
||||
|
||||
Reference in New Issue
Block a user