diff --git a/src/renderer/views/Watch/Watch.js b/src/renderer/views/Watch/Watch.js index faf90cc6dd9c4..26f7a0dd597a6 100644 --- a/src/renderer/views/Watch/Watch.js +++ b/src/renderer/views/Watch/Watch.js @@ -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'