Don't load cameras where there's an error message being displayed.
This commit is contained in:
+1
-1
@@ -1694,7 +1694,7 @@ export class FrigateCard extends LitElement {
|
||||
>
|
||||
${renderMenuAbove ? this._renderMenu() : ''}
|
||||
<div class="${classMap(mainClasses)}">
|
||||
${this._cameras === undefined
|
||||
${this._cameras === undefined && !this._message
|
||||
? until(
|
||||
(async () => {
|
||||
await this._loadCameras();
|
||||
|
||||
Reference in New Issue
Block a user