From 079fbf62ad125cfe69853c0bf543db7225d41020 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 16 Feb 2025 15:15:20 +0100 Subject: dont leak media paths, fix jsp profile selection and add small hack to accept relative timestamps from transcoding --- common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/src/lib.rs b/common/src/lib.rs index c496cf2..d8e5d7e 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -161,7 +161,7 @@ pub enum NodeKind { #[derive(Debug, Clone, Deserialize, Serialize, Encode, Decode)] #[serde(rename_all = "snake_case")] pub enum TrackSource { - Local(LocalTrack), + Local(Asset), Remote(usize), } -- cgit v1.2.3-70-g09d2