mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-04 00:55:49 +01:00
fix(YouTube - Spoof client): Correctly play as background audio only with Android VR
This commit is contained in:
parent
7736ca4ef8
commit
9adbc66197
@ -128,8 +128,14 @@ public class SpoofClientPatch {
|
||||
}
|
||||
|
||||
private enum ClientType {
|
||||
// Quest 1
|
||||
// https://dumps.tadiphone.dev/dumps/oculus/monterey
|
||||
// Quest 3
|
||||
// https://dumps.tadiphone.dev/dumps/oculus/eureka
|
||||
ANDROID_VR(28, "Quest 3", "1.56.21"),
|
||||
//
|
||||
// Using 'Quest 3' client name breaks background audio only playback.
|
||||
// But 'Quest' works without trouble.
|
||||
ANDROID_VR(28, "Quest", "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