fix(YouTube - Hide player flyout menu items): Allow hiding audio menu with 'Android No SDK' client type
This commit is contained in:
parent
15675b5164
commit
9495cf49ef
4 changed files with 18 additions and 22 deletions
|
|
@ -72,7 +72,7 @@ public class SpoofVideoStreamsPatch {
|
|||
public static boolean spoofingToClientWithNoMultiAudioStreams() {
|
||||
return isPatchIncluded()
|
||||
&& SPOOF_STREAMING_DATA
|
||||
&& preferredClient != ClientType.IPADOS;
|
||||
&& !preferredClient.supportsMultiAudioTracks;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue