Rename the event_viewer to media_viewer.

This commit is contained in:
Dermot Duffy
2022-06-04 11:04:38 -07:00
parent 8b570c65a0
commit ac3b8634e8
11 changed files with 151 additions and 157 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export class FrigateCardSurround extends LitElement {
// view change will be caught by the handler above (to close the drawer).
this.view
?.evolve({
view: this.targetView || 'event',
view: this.targetView || 'media',
target: ev.detail.target,
childIndex: ev.detail.childIndex,
context: null,
+1 -1
View File
@@ -703,7 +703,7 @@ export class FrigateCardTimelineCore extends LitElement {
this.view
?.evolve({
view: 'event',
view: 'media',
target: createEventParentForChildren(localize('common.recordings'), children),
childIndex: childIndex,
})