Fix fetch bug.
This commit is contained in:
@@ -58,7 +58,7 @@ export class FrigateCardSurround extends LitElement {
|
|||||||
*/
|
*/
|
||||||
protected async _fetchMedia(): Promise<void> {
|
protected async _fetchMedia(): Promise<void> {
|
||||||
if (
|
if (
|
||||||
!fetch ||
|
!this.fetch ||
|
||||||
!this.hass ||
|
!this.hass ||
|
||||||
!this.view ||
|
!this.view ||
|
||||||
!this.config ||
|
!this.config ||
|
||||||
|
|||||||
Reference in New Issue
Block a user