From ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 1 Aug 2023 20:32:35 +0200 Subject: federation possible but inconvinient --- common/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/src/lib.rs') diff --git a/common/src/lib.rs b/common/src/lib.rs index 4b3ac81..323070b 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -48,6 +48,7 @@ pub enum NodeKind { } #[derive(Debug, Clone, Deserialize, Serialize)] +#[serde(rename_all = "snake_case")] pub enum MediaSource { Local { tracks: Vec }, Remote { host: String, remote_id: String }, -- cgit v1.2.3-70-g09d2