Retire the '*-specific' views.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent faeb4a4a7e
commit 6e2786c7b5
5 changed files with 9 additions and 18 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ export class FrigateCardViewerCarousel extends FrigateCardMediaCarousel {
const clipStartTime = BrowseMediaUtil.extractEventStartTime(child);
if (clipStartTime && clipStartTime === snapshotStartTime) {
return new View({
view: 'clip-specific',
view: 'clip',
camera: this.view.camera,
target: clips,
childIndex: i,