feat(YouTube - Spoof client): Allow forcing AVC codec with iOS (#3570)
This commit is contained in:
parent
1872d81abd
commit
1a49d1f3c2
3 changed files with 33 additions and 6 deletions
|
|
@ -97,6 +97,18 @@
|
|||
<item>END</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
<patch id="misc.fix.playback.SpoofClientPatch">
|
||||
<string-array name="revanced_spoof_client_type_entries">
|
||||
<!-- OS names are the same in all languages, so specify them here and not in Strings.xml -->
|
||||
<item>iOS</item>
|
||||
<item>Android VR</item>
|
||||
</string-array>
|
||||
<string-array name="revanced_spoof_client_type_entry_values">
|
||||
<!-- Enum names from Integrations -->
|
||||
<item>IOS</item>
|
||||
<item>ANDROID_VR</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
<patch id="video.quality.RememberVideoQualityPatch">
|
||||
<string-array name="revanced_video_quality_default_entries">
|
||||
<item>@string/revanced_video_quality_default_entry_1</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue