From 439428f5c3967f5dd76db5540e085cdd91e7b747 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 7 Oct 2022 19:59:43 +0200 Subject: some work on native lib --- client-native-lib/src/protocol.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'client-native-lib/src/protocol.rs') diff --git a/client-native-lib/src/protocol.rs b/client-native-lib/src/protocol.rs index 78a5a29..c361f6b 100644 --- a/client-native-lib/src/protocol.rs +++ b/client-native-lib/src/protocol.rs @@ -65,9 +65,9 @@ pub enum TrackKind { #[derive(Debug, Clone, Serialize, Deserialize)] pub struct ProvideInfo { - id: String, - kind: String, // not an enum so we dont fail if we dont support it - track_kind: Option, - label: Option, - size: Option, + pub id: String, + pub kind: String, // not an enum so we dont fail if we dont support it + pub track_kind: Option, + pub label: Option, + pub size: Option, } -- cgit v1.2.3-70-g09d2