aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs2
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>,
}