From 9a2db97a779196fc670252d655c0f6bc159e9584 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 23 Jan 2023 07:56:51 +0100 Subject: item descriptions --- common/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/src') 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, pub tracks: BTreeMap, } -- cgit v1.2.3-70-g09d2