Rename the event_viewer to media_viewer.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -703,7 +703,7 @@ export class FrigateCardTimelineCore extends LitElement {
|
||||
|
||||
this.view
|
||||
?.evolve({
|
||||
view: 'event',
|
||||
view: 'media',
|
||||
target: createEventParentForChildren(localize('common.recordings'), children),
|
||||
childIndex: childIndex,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user