chore: Fix merge typo

This commit is contained in:
LisoUseInAIKyrios
2025-09-16 17:26:48 +04:00
parent 2e9c9dc244
commit 50069c7e05

View File

@@ -48,7 +48,9 @@ public class SpoofVideoStreamsPatch {
}
public static boolean spoofingToClientWithNoMultiAudioStreams() {
return isPatchIncluded() && BaseSettings.SPOOF_VIDEO_STREAMS.get();
return isPatchIncluded()
&& BaseSettings.SPOOF_VIDEO_STREAMS.get()
&& BaseSettings.SPOOF_VIDEO_STREAMS_CLIENT_TYPE.get() != ClientType.IPADOS;
}
/**