From 5aa557e864bd2cf940e7164b7568e7e545817306 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 17 Jan 2023 23:08:57 +0100 Subject: wokrs --- common/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/src/lib.rs') diff --git a/common/src/lib.rs b/common/src/lib.rs index 0eacc42..d9e443b 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -12,6 +12,7 @@ pub struct DirectoryInfo { pub struct ItemInfo { pub title: String, pub duration: f64, // in seconds + pub path: String, pub tracks: BTreeMap, } @@ -21,6 +22,7 @@ pub struct SourceTrack { pub name: String, pub codec: String, pub language: String, + pub default_duration: Option, pub codec_private: Option>, } -- cgit v1.2.3-70-g09d2