From 9db40aba02c87a1bf345cf55057cd3cba7904271 Mon Sep 17 00:00:00 2001 From: Luan Date: Sat, 15 Feb 2025 20:44:08 -0300 Subject: [PATCH] chore(protos): Rename `field6` to `skip_response_encryption` in OnesiePlayerRequest --- protos/video_streaming/onesie_player_request.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/video_streaming/onesie_player_request.proto b/protos/video_streaming/onesie_player_request.proto index b6864d4..1056a9c 100644 --- a/protos/video_streaming/onesie_player_request.proto +++ b/protos/video_streaming/onesie_player_request.proto @@ -8,5 +8,5 @@ message OnesiePlayerRequest { repeated misc.HttpHeader headers = 2; optional string body = 3; optional bool proxied_by_trusted_bandaid = 4; - optional bool field6 = 6; // Seen this on youtube.com and the YTMusic protos. Not sure what it is yet. + optional bool skip_response_encryption = 6; } \ No newline at end of file