From a41b37afe2bb0f8b65deef5545797abef277346f Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 19 Oct 2024 10:30:47 -0700 Subject: [PATCH] Hopefully fix build errors --- ipc/common.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipc/common.proto b/ipc/common.proto index c527f84..58e7755 100644 --- a/ipc/common.proto +++ b/ipc/common.proto @@ -46,8 +46,8 @@ enum PropertyType { Boolean = 1; String = 2; Bytes = 3; - Stream = 4; - AudioSpec = 5; + StreamType = 4; + AudioSpecType = 5; StreamID = 6; } message Property {