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 ||