fix(YouTube - Spoof video streams): Resolve playback issues after changing from cellular to wifi (#4277)

This commit is contained in:
LisoUseInAIKyrios
2025-01-09 18:09:44 +01:00
committed by GitHub
parent fae45f46c4
commit e93e1c8ec3
5 changed files with 16 additions and 23 deletions

View File

@ -87,11 +87,6 @@ public class SpoofStreamingDataSideEffectsPreference extends Preference {
// Android VR supports AV1 but all other clients do not.
if (clientType != ClientType.ANDROID_VR && clientType != ClientType.ANDROID_VR_NO_AUTH) {
summary += '\n' + str("revanced_spoof_video_streams_about_no_av1");
// Android Creator does not support HDR.
if (clientType == ClientType.ANDROID_CREATOR) {
summary += '\n' + str("revanced_spoof_video_streams_about_no_hdr");
}
}
setTitle(title);