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
@@ -102,7 +102,7 @@ export class View {
* Determine if a view is for the media viewer.
*/
public isViewerView(): boolean {
return ['clip', 'snapshot', 'event'].includes(this.view);
return ['clip', 'snapshot', 'media'].includes(this.view);
}
/**