From 3e3064b7b8adc1354ba833a0903cc59d2ef6d83f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 10 Apr 2024 19:14:11 +0200 Subject: add subtitles --- common/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/src/lib.rs b/common/src/lib.rs index 27ca24a..d06c40c 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -44,12 +44,13 @@ pub struct NodePublic { #[serde(default)] pub poster: Option, #[serde(default)] pub backdrop: Option, - + #[serde(default)] pub title: Option, + #[serde(default)] pub subtitle: Option, #[serde(default)] pub id: Option, #[serde(default)] pub path: Vec, - #[serde(default)] pub children: Vec, #[serde(default)] pub tagline: Option, + #[serde(default)] pub children: Vec, #[serde(default)] pub description: Option, #[serde(default)] pub release_date: Option, // in unix millis #[serde(default)] pub index: Option, -- cgit v1.2.3-70-g09d2