chore(protos): Rename field6 to skip_response_encryption in OnesiePlayerRequest

This commit is contained in:
Luan
2025-02-15 20:44:08 -03:00
parent 3d0ec848cd
commit 9db40aba02

View File

@@ -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;
}