Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix the Invidious DASH manifest generation
  • Loading branch information
absidue committed Feb 12, 2024
commit ecbae45ec48ac3704006b1498d1d9e6274a04741
2 changes: 1 addition & 1 deletion src/renderer/helpers/api/invidious.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down