mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-27 14:26:49 +01:00
fix(YouTube - Client spoof): Correctly play more livestreams using Android VR (#652)
This commit is contained in:
parent
758dfade7f
commit
58f8172b2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user