fix(YouTube - Force original audio): Fall back to visionOS and not Android Studio if Android VR is not available
This commit is contained in:
parent
a32ed30b4c
commit
6d01863ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -38,9 +38,9 @@ public class SpoofVideoStreamsPatch {
|
||||||
}
|
}
|
||||||
|
|
||||||
List<ClientType> availableClients = List.of(
|
List<ClientType> availableClients = List.of(
|
||||||
|
VISIONOS,
|
||||||
ANDROID_CREATOR,
|
ANDROID_CREATOR,
|
||||||
ANDROID_VR_1_43_32,
|
ANDROID_VR_1_43_32,
|
||||||
VISIONOS,
|
|
||||||
IPADOS);
|
IPADOS);
|
||||||
|
|
||||||
app.revanced.extension.shared.spoof.SpoofVideoStreamsPatch.setClientsToUse(
|
app.revanced.extension.shared.spoof.SpoofVideoStreamsPatch.setClientsToUse(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue