Fix broken show_recordings timeline option .

This commit is contained in:
Dermot Duffy
2023-03-28 20:06:44 -07:00
parent bbf85c294c
commit fc5785150c
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -1073,6 +1073,7 @@ export class FrigateCardTimelineCore extends LitElement {
this.cameraManager,
cameraIDs,
this.timelineConfig.media,
this.timelineConfig.show_recordings,
);
} else {
this._timelineSource = null;