Fixed MediaViewerVideoComponent

This commit is contained in:
Alexandre Vryghem
2023-03-21 10:02:43 +01:00
parent b63fa5f375
commit e426c1a4ef

View File

@@ -20,7 +20,7 @@ export class ThemedMediaViewerVideoComponent extends ThemedComponent<MediaViewer
]; ];
protected getComponentName(): string { protected getComponentName(): string {
return 'MediaViewerImageComponent'; return 'MediaViewerVideoComponent';
} }
protected importThemedComponent(themeName: string): Promise<any> { protected importThemedComponent(themeName: string): Promise<any> {