From 3c1c3325ecebd6f5c7bc33a107c6efc4cda8b3ea Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 16:02:41 +0200 Subject: jhls does not work bc segments to short --- common/src/jhls.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/src') 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, } -- cgit v1.2.3-70-g09d2