aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-02 12:31:44 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-02 12:31:44 +0100
commit64c962b50d4fbd4605087fc97eac1a032bb826ce (patch)
treec032c9c01b61a267a1d81f38ccd093be56245aec /common
parent5970c8da7e2569429b2ef45c63157d0b6416259a (diff)
downloadjellything-64c962b50d4fbd4605087fc97eac1a032bb826ce.tar
jellything-64c962b50d4fbd4605087fc97eac1a032bb826ce.tar.bz2
jellything-64c962b50d4fbd4605087fc97eac1a032bb826ce.tar.zst
consistent fragment naming
Diffstat (limited to 'common')
-rw-r--r--common/src/jhls.rs2
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)]