chore: confirmed duration functions work

pull/3017/head
William Grant 1 year ago
parent f64f88c013
commit 8195116fb2

@ -108,7 +108,6 @@ export const makeVideoScreenshot = async ({
});
});
// TODO need to confirm this works
export async function getVideoDuration({
objectUrl,
contentType,
@ -139,7 +138,6 @@ export async function getVideoDuration({
});
}
// TODO need to confirm this works
export async function getAudioDuration({
objectUrl,
contentType,

Loading…
Cancel
Save