Fix the Invidious DASH manifest generation (#4672)

This commit is contained in:
absidue 2024-02-15 01:27:23 +01:00 committed by GitHub
parent d335151d04
commit c15f28681d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ export async function generateInvidiousDashManifestLocally(formats) {
return await FormatUtils.toDash({
adaptive_formats: formats
}, urlTransformer, undefined, undefined, player)
}, false, urlTransformer, undefined, undefined, player)
}
export function convertInvidiousToLocalFormat(format) {