diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 57e3631..47015ff 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -34,7 +34,8 @@ pub struct ItemInfo { pub duration: f64, // in seconds pub description_head: String, pub description: String, - pub banner: Option<PathBuf>, + pub poster: Option<PathBuf>, + pub backdrop: Option<PathBuf>, pub tracks: BTreeMap<usize, SourceTrack>, } |