mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
fix(YouTube - Force original audio): Fall back to visionOS and not Android Studio if Android VR is not available
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user