From 16f9b4d96d7e9100605a049ce51e833cf8779ba8 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Sun, 9 Jun 2024 11:31:30 +0300 Subject: [PATCH] fix(YouTube - Client spoof): Correctly play more livestreams using Android VR (#652) --- .../youtube/patches/spoof/SpoofClientPatch.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/integrations/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java b/integrations/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java index 2f62c45b4..e6c1c1f8e 100644 --- a/integrations/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java +++ b/integrations/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java @@ -128,14 +128,8 @@ public class SpoofClientPatch { } private enum ClientType { - // Quest 1 - // https://dumps.tadiphone.dev/dumps/oculus/monterey - // Quest 3 // https://dumps.tadiphone.dev/dumps/oculus/eureka - // - // Using 'Quest 3' client name breaks background audio only playback. - // But 'Quest' works without trouble. - ANDROID_VR(28, "Quest", "1.56.21"), + ANDROID_VR(28, "Quest 3", "1.56.21"), // 11,4 = iPhone XS Max. // 16,2 = iPhone 15 Pro Max. // Since the 15 supports AV1 hardware decoding, only spoof that device if this