diff --git a/src/VideoUtils.ts b/src/VideoUtils.ts index a9592f5..2e39e7d 100644 --- a/src/VideoUtils.ts +++ b/src/VideoUtils.ts @@ -45,8 +45,8 @@ function durationToTotalChunks(duration: string): number { } -export async function getVideoInfo(videoGuids: Array, session: Session, subtitles?: boolean): Promise> { - let metadata: Array