Fix thumbnails for recordings.

This commit is contained in:
Dermot Duffy
2022-09-22 17:44:43 -07:00
parent eb88c6e0e0
commit f11822fc87
4 changed files with 63 additions and 40 deletions
+3
View File
@@ -303,6 +303,9 @@ export class FrigateCardThumbnail extends LitElement {
.removeContext('timeline')
.dispatchChangeEvent(this);
} else if (recording) {
// Specifically reset the media target/childIndex, as we cannot
// 'select' an hour in the timeline rather we set the window to
// matching values.
this.view
?.evolve({
view: 'timeline',