Skip to content

Commit

Permalink
Fix the Invidious DASH manifest generation (#4672)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Feb 23, 2024
1 parent f1db161 commit 8a29860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/helpers/api/invidious.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export async function generateInvidiousDashManifestLocally(formats, invidiousIns

return await FormatUtils.toDash({
adaptive_formats: formats
}, urlTransformer, undefined, undefined, player)
}, false, urlTransformer, undefined, undefined, player)
}

export function convertInvidiousToLocalFormat(format) {
Expand Down

0 comments on commit 8a29860

Please sign in to comment.