We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9c9dc commit 50069c7Copy full SHA for 50069c7
extensions/shared/library/src/main/java/app/revanced/extension/shared/spoof/SpoofVideoStreamsPatch.java
@@ -48,7 +48,9 @@ private static boolean isPatchIncluded() {
48
}
49
50
public static boolean spoofingToClientWithNoMultiAudioStreams() {
51
- return isPatchIncluded() && BaseSettings.SPOOF_VIDEO_STREAMS.get();
+ return isPatchIncluded()
52
+ && BaseSettings.SPOOF_VIDEO_STREAMS.get()
53
+ && BaseSettings.SPOOF_VIDEO_STREAMS_CLIENT_TYPE.get() != ClientType.IPADOS;
54
55
56
/**
0 commit comments