Skip to content

Commit f628c97

Browse files
committed
Android VR logged in seems to work fine for now
1 parent f2db848 commit f628c97

File tree

1 file changed

+1
-11
lines changed
  • extensions/shared/src/main/java/app/revanced/extension/youtube/patches/spoof

1 file changed

+1
-11
lines changed

extensions/shared/src/main/java/app/revanced/extension/youtube/patches/spoof/ClientType.java

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@
88
import androidx.annotation.Nullable;
99

1010
public enum ClientType {
11-
// Public videos, but no kids, private or age restricted videos.
12-
ANDROID_VR(28,
13-
"Quest 3",
14-
"12",
15-
"com.google.android.apps.youtube.vr.oculus/1.56.21 (Linux; U; Android 12; GB) gzip",
16-
"32", // Android 12.1
17-
"1.56.21",
18-
"ANDROID_VR",
19-
false
20-
),
21-
// Specific purpose for age restricted videos.
11+
// Specific purpose for age restricted, or private videos, because the iOS client is not logged in.
2212
ANDROID_VR_LOGGED_IN(28,
2313
"Quest 3",
2414
"12",

0 commit comments

Comments
 (0)