fix(YouTube - Spoof video stream): Remove UI client type setting. Allow setting default audio language. (#4184)

This commit is contained in:
LisoUseInAIKyrios
2024-12-21 18:49:56 +04:00
committed by GitHub
parent 7179f7e90d
commit 99f3f29c64
7 changed files with 30 additions and 55 deletions

View File

@ -36,15 +36,11 @@ val spoofVideoStreamsPatch = spoofVideoStreamsPatch({
sorting = PreferenceScreenPreference.Sorting.UNSORTED,
preferences = setOf(
SwitchPreference("revanced_spoof_video_streams"),
ListPreference(
"revanced_spoof_video_streams_client_type",
summaryKey = null,
),
ListPreference(
"revanced_spoof_video_streams_language",
summaryKey = null
),
NonInteractivePreference("revanced_spoof_video_streams_about_android")
NonInteractivePreference("revanced_spoof_video_streams_about")
),
),
)