Skip to content

Commit

Permalink
Fix Invidious DASH manifest generation (#5387)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Jul 10, 2024
1 parent b2fe59d commit 172feff
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 @@ -410,7 +410,7 @@ export function convertInvidiousToLocalFormat(format) {
: {
fps: format.fps,
qualityLabel: format.qualityLabel,
colorInfo: format.colorInfo
colorInfo: format.colorInfo ?? {}
})
})

Expand Down

0 comments on commit 172feff

Please sign in to comment.