diff --git a/src/frigate-card.ts b/src/frigate-card.ts index 25433cf2..a864189d 100644 --- a/src/frigate-card.ts +++ b/src/frigate-card.ts @@ -1,6 +1,5 @@ // TODO Feature: Make editor work. // TODO Feature: Add title to clips / snapshots playing/viewing -// TODO Bug: Clips do not auto-play on Android. // TODO Bug: Sometimes webrtc component shows up as not found in browser (maybe after fresh build?) // TODO Last step: Add documentation & screenshots. @@ -570,7 +569,7 @@ export class FrigateCard extends LitElement { const url = `${this.config.frigate_url}/clips/` + `${event.camera}-${event.id}.mp4`; return html` -