chore: confirmed duration functions work

pull/3017/head
William Grant 2 years ago
parent f64f88c013
commit 8195116fb2

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

Loading…
Cancel
Save