Allow live thumbnails to load recordings .

This commit is contained in:
Dermot Duffy
2024-02-03 14:23:49 -08:00
parent 3398670b44
commit 93a475c7f4
18 changed files with 295 additions and 101 deletions
+1 -1
View File
@@ -1161,7 +1161,7 @@ export class FrigateCardTimelineCore extends LitElement {
this._timelineSource = new TimelineDataSource(
this.cameraManager,
cameraIDs,
this.timelineConfig.media,
this.timelineConfig.events_media_type,
this.timelineConfig.show_recordings,
);
} else {