Skip to content

Commit 8a29860

Browse files
committed
Fix the Invidious DASH manifest generation (#4672)
1 parent f1db161 commit 8a29860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/helpers/api/invidious.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export async function generateInvidiousDashManifestLocally(formats, invidiousIns
366366

367367
return await FormatUtils.toDash({
368368
adaptive_formats: formats
369-
}, urlTransformer, undefined, undefined, player)
369+
}, false, urlTransformer, undefined, undefined, player)
370370
}
371371

372372
export function convertInvidiousToLocalFormat(format) {

0 commit comments

Comments
 (0)