Hopefully fix build errors
This commit is contained in:
parent
f9b5ce4577
commit
a41b37afe2
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ enum PropertyType {
|
|||
Boolean = 1;
|
||||
String = 2;
|
||||
Bytes = 3;
|
||||
Stream = 4;
|
||||
AudioSpec = 5;
|
||||
StreamType = 4;
|
||||
AudioSpecType = 5;
|
||||
StreamID = 6;
|
||||
}
|
||||
message Property {
|
||||
|
|
Loading…
Reference in a new issue