diff options
Diffstat (limited to 'common/src/jhls.rs')
-rw-r--r-- | common/src/jhls.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/jhls.rs b/common/src/jhls.rs index e2cfa02..306161f 100644 --- a/common/src/jhls.rs +++ b/common/src/jhls.rs @@ -4,6 +4,7 @@ use std::ops::Range; #[derive(Debug, Clone, Deserialize, Serialize)] pub struct JhlsMetadata { + pub duration: f64, pub tracks: Vec<JhlsTrack>, } |