Skip to content

Commit

Permalink
Fix Invidious API error
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Jul 26, 2024
1 parent 6f665f1 commit 3ef3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ export default defineComponent({
})
}

this.vrProjection = result.adaptiveStreams
this.vrProjection = result.adaptiveFormats
.find(stream => {
return typeof stream.projectionType === 'string' &&
stream.projectionType !== 'RECTANGULAR'
Expand Down

0 comments on commit 3ef3d0f

Please sign in to comment.