From 0788b3fbfe810d97e61ccb648785e08dd3b2f281 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 10 Jul 2022 11:42:58 -0700 Subject: [PATCH] Fix fetch bug. --- src/components/surround-thumbnails.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/surround-thumbnails.ts b/src/components/surround-thumbnails.ts index 4d701f07..4b02b816 100644 --- a/src/components/surround-thumbnails.ts +++ b/src/components/surround-thumbnails.ts @@ -58,7 +58,7 @@ export class FrigateCardSurround extends LitElement { */ protected async _fetchMedia(): Promise { if ( - !fetch || + !this.fetch || !this.hass || !this.view || !this.config ||