mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-14 16:48:29 +00: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) {
|
switch (video_data.projection_type) {
|
||||||
case "EQUIRECTANGULAR":
|
case "EQUIRECTANGULAR":
|
||||||
player.vr({projection: "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"});
|
player.vr({projection: "EAC"});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user