feat(YouTube Music): Add Change header patch

Co-authored-by: ILoveOpenSourceApplications <117499019+iloveopensourceapplications@users.noreply.github.com>
This commit is contained in:
oSumAtrIX 2026-03-08 02:07:34 +01:00
parent f10f5e2910
commit f22ea5507d
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
9 changed files with 351 additions and 192 deletions

View file

@ -11,4 +11,5 @@ public class YouTubeAndMusicSettings extends BaseSettings {
// Miscellaneous
public static final BooleanSetting DEBUG_PROTOBUFFER = new BooleanSetting("revanced_debug_protobuffer", FALSE, false,
"revanced_debug_protobuffer_user_dialog_message", parent(BaseSettings.DEBUG));
}