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
+2 -2
View File
@@ -214,8 +214,8 @@ export class FrigateCardGalleryCore extends LitElement {
if (this.view) {
new View({
view: this.view.is('clips')
? 'clip-specific'
: 'snapshot-specific',
? 'clip'
: 'snapshot',
camera: this.view.camera,
target: this.view.target ?? undefined,
childIndex: index,