Skip to content

Commit

Permalink
chore(protos): Rename field6 to skip_response_encryption in Onesi…
Browse files Browse the repository at this point in the history
…ePlayerRequest
  • Loading branch information
LuanRT committed Feb 15, 2025
1 parent 3d0ec84 commit 9db40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/video_streaming/onesie_player_request.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 9db40ab

Please sign in to comment.