fix(YouTube - Spoof video streams): Add missing preferred language preference to the settings

This commit is contained in:
LisoUseInAIKyrios
2024-12-09 06:19:49 +04:00
parent e84704ed98
commit 630633cf57
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@ val spoofVideoStreamsPatch = spoofVideoStreamsPatch({
"revanced_spoof_video_streams_client",
summaryKey = null,
),
ListPreference(
"revanced_spoof_video_streams_language",
summaryKey = null
),
SwitchPreference("revanced_spoof_video_streams_ios_force_avc"),
NonInteractivePreference("revanced_spoof_video_streams_about_android_vr"),
NonInteractivePreference("revanced_spoof_video_streams_about_ios"),