Improvements to updating timeline from view.

This commit is contained in:
Dermot Duffy
2022-09-22 17:44:43 -07:00
parent f11822fc87
commit c60fff243d
4 changed files with 54 additions and 47 deletions
+1 -1
View File
@@ -1030,7 +1030,7 @@ export class FrigateCard extends LitElement {
if (this._cameras && (changedProps.has('_config') || changedProps.has('_cameras'))) {
this._timelineDataManager = new TimelineDataManager(
this._cameras, this._config.timeline.media, this._config.timeline.show_recordings
this._cameras, this._config.timeline.media
)
}
}