Skip to content

Commit 50069c7

Browse files
chore: Fix merge typo
1 parent 2e9c9dc commit 50069c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions/shared/library/src/main/java/app/revanced/extension/shared/spoof/SpoofVideoStreamsPatch.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ private static boolean isPatchIncluded() {
4848
}
4949

5050
public static boolean spoofingToClientWithNoMultiAudioStreams() {
51-
return isPatchIncluded() && BaseSettings.SPOOF_VIDEO_STREAMS.get();
51+
return isPatchIncluded()
52+
&& BaseSettings.SPOOF_VIDEO_STREAMS.get()
53+
&& BaseSettings.SPOOF_VIDEO_STREAMS_CLIENT_TYPE.get() != ClientType.IPADOS;
5254
}
5355

5456
/**

0 commit comments

Comments
 (0)