Fix fetch bug.

This commit is contained in:
Dermot Duffy
2022-07-10 11:42:58 -07:00
parent f668411776
commit 0788b3fbfe
+1 -1
View File
@@ -58,7 +58,7 @@ export class FrigateCardSurround extends LitElement {
*/
protected async _fetchMedia(): Promise<void> {
if (
!fetch ||
!this.fetch ||
!this.hass ||
!this.view ||
!this.config ||