Skip to content

Commit e426c1a

Browse files
Fixed MediaViewerVideoComponent
1 parent b63fa5f commit e426c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/media-viewer/media-viewer-video/themed-media-viewer-video.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class ThemedMediaViewerVideoComponent extends ThemedComponent<MediaViewer
2020
];
2121

2222
protected getComponentName(): string {
23-
return 'MediaViewerImageComponent';
23+
return 'MediaViewerVideoComponent';
2424
}
2525

2626
protected importThemedComponent(themeName: string): Promise<any> {

0 commit comments

Comments
 (0)