diff options
Diffstat (limited to 'common/src')
-rw-r--r-- | common/src/jhls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/jhls.rs b/common/src/jhls.rs index 846e43a..6dc976b 100644 --- a/common/src/jhls.rs +++ b/common/src/jhls.rs @@ -10,7 +10,7 @@ use std::ops::Range; #[derive(Debug, Clone, Deserialize, Serialize)] pub struct JhlsTrackIndex { pub extra_profiles: Vec<EncodingProfile>, - pub segments: Vec<Range<f64>>, + pub fragments: Vec<Range<f64>>, } #[derive(Debug, Clone, Deserialize, Serialize)] |