fix(YouTube Music): Resolve playback issues, change recommended app target to 7.29.52 (#5813)

This commit is contained in:
LisoUseInAIKyrios 2025-09-13 19:12:00 +04:00 committed by GitHub
parent 850c13e98e
commit a53b00dd51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 135 additions and 230 deletions

View file

@ -86,7 +86,7 @@ public class SpoofStreamingDataSideEffectsPreference extends Preference {
String summary = str(key + "_summary");
// Android VR supports AV1 but all other clients do not.
if (clientType != ClientType.ANDROID_VR_AUTH && clientType != ClientType.ANDROID_VR_NO_AUTH) {
if (clientType != ClientType.ANDROID_VR_NO_AUTH) {
summary += '\n' + str("revanced_spoof_video_streams_about_no_av1");
}