fix(YouTube - Spoof video streams): Fix error toast that is sometimes shown (#4090)

This commit is contained in:
LisoUseInAIKyrios
2024-12-10 20:27:22 +04:00
committed by GitHub
parent be72064b9c
commit 4c46cb27a0
4 changed files with 106 additions and 12 deletions

View File

@ -45,8 +45,11 @@ val spoofVideoStreamsPatch = spoofVideoStreamsPatch({
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"),
// Preference requires a title but the actual text is chosen at runtime.
NonInteractivePreference(
key = "revanced_spoof_video_streams_about_android_vr",
tag = "app.revanced.extension.youtube.settings.preference.SpoofStreamingDataSideEffectsPreference"
),
),
),
)