diff options
Diffstat (limited to 'common/src')
-rw-r--r-- | common/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 90cbd3e..0587613 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -12,6 +12,8 @@ pub struct DirectoryInfo { pub struct ItemInfo { pub title: String, pub duration: f64, // in seconds + pub description_head: String, + pub description: String, pub banner: Option<PathBuf>, pub tracks: BTreeMap<usize, SourceTrack>, } |