fix: correct comment formatting in VideoFrameThumbnail component

This commit is contained in:
2026-03-25 06:44:25 +11:00
parent da3983d5c4
commit 9d744ff3cc

View File

@@ -8,7 +8,7 @@ import { getCurrentAccessToken } from '../../../utils/auth';
/** /**
* Extracts the first frame from a video file and renders it as a thumbnail. * Extracts the first frame from a video file and renders it as a thumbnail.
* This is used as a fallback when no thumbnail metadata is provided. * This is used as a fallback when no thumbnail metadata is provided.
*/ */
export type VideoFrameThumbnailProps = { export type VideoFrameThumbnailProps = {
mimeType: string; mimeType: string;