Update vrmode.ts (#3799)

* Update vrmode.ts

Enabling the most common VR projection (180_LR) and an older but no longer used one (360_TB) in the UI.

* Downgrade videojs-vr
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
vt-idiot
2023-11-28 23:01:35 -05:00
committed by GitHub
parent 1659c8f185
commit 54461aa140
3 changed files with 16 additions and 12 deletions

View File

@@ -72,7 +72,7 @@
"videojs-contrib-dash": "^5.1.1",
"videojs-mobile-ui": "^0.8.0",
"videojs-seek-buttons": "^3.0.1",
"videojs-vr": "^2.0.0",
"videojs-vr": "1.8.0",
"videojs-vtt.js": "^0.15.4",
"yup": "^1.3.2"
},