From 35f75f29c5a351c73fd954bde4db1d65ad4c47a7 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 8 Jun 2022 02:59:09 -0300 Subject: [PATCH] Update src/card.ts Co-authored-by: Dermot Duffy --- src/card.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/card.ts b/src/card.ts index dd564136..2d84821c 100644 --- a/src/card.ts +++ b/src/card.ts @@ -537,7 +537,6 @@ export class FrigateCard extends LitElement { entity: playerEntityID, state_color: false, title: title, - subtitle: undefined, disabled: !state || state.state === 'unavailable', ...(playAction && { tap_action: playAction }), ...(stopAction && { hold_action: stopAction }),