Hopefully fix build errors

This commit is contained in:
Zachary Hall 2024-10-19 10:30:47 -07:00
parent f9b5ce4577
commit a41b37afe2

View file

@ -46,8 +46,8 @@ enum PropertyType {
Boolean = 1; Boolean = 1;
String = 2; String = 2;
Bytes = 3; Bytes = 3;
Stream = 4; StreamType = 4;
AudioSpec = 5; AudioSpecType = 5;
StreamID = 6; StreamID = 6;
} }
message Property { message Property {