From f23f4218660b110e53658b0d687c3bc5dd88d663 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Fri, 1 Jul 2022 19:27:49 -0700 Subject: [PATCH] Don't show star icon for recordings --- src/components/thumbnail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/thumbnail.ts b/src/components/thumbnail.ts index 59cdbc30..abb6ed76 100644 --- a/src/components/thumbnail.ts +++ b/src/components/thumbnail.ts @@ -211,7 +211,7 @@ export class FrigateCardThumbnail extends LitElement { title="${label ?? ''}" .date=${recording ? fromUnixTime(recording.start_time) : undefined} >`} - ${this.controls && this.hass && this.clientID + ${this.controls && event && this.hass && this.clientID ? html`