diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index efb14b6..3b552c7 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1395,4 +1395,5 @@ option optimize_for = SPEED; optional int32 position = 3; optional int32 level = 4; optional int32 quality = 5; + repeated Attribute attributes = 6; } \ No newline at end of file