mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 08:19:09 -04:00
Typo
This commit is contained in:
parent
4b3d5dc20f
commit
97d444ede4
@ -154,7 +154,7 @@ if (video_data.vr && video_data.params.vr_mode) {
|
||||
switch (video_data.projection_type) {
|
||||
case "EQUIRECTANGULAR":
|
||||
player.vr({projection: "equirectangular"});
|
||||
default: // Should only be "MESH". But We'll use this as a fallback.
|
||||
default: // Should only be "MESH" but we'll use this as a fallback.
|
||||
player.vr({projection: "EAC"});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user