Hide live view in preload mode if there's a message to display.

This commit is contained in:
Dermot Duffy
2022-01-17 11:05:00 -08:00
parent 1c8d427e7e
commit 1229f25b11
3 changed files with 11 additions and 20 deletions
+1
View File
@@ -132,6 +132,7 @@ export class FrigateCardLive extends LitElement {
try {
parent = await BrowseMediaUtil.browseMediaQuery(this.hass, browseMediaParams);
} catch (e) {
console.info('thumb exception')
return dispatchErrorMessageEvent(this, (e as Error).message);
}