diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-02 12:31:44 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-02 12:31:44 +0100 |
commit | 64c962b50d4fbd4605087fc97eac1a032bb826ce (patch) | |
tree | c032c9c01b61a267a1d81f38ccd093be56245aec /common/src | |
parent | 5970c8da7e2569429b2ef45c63157d0b6416259a (diff) | |
download | jellything-64c962b50d4fbd4605087fc97eac1a032bb826ce.tar jellything-64c962b50d4fbd4605087fc97eac1a032bb826ce.tar.bz2 jellything-64c962b50d4fbd4605087fc97eac1a032bb826ce.tar.zst |
consistent fragment naming
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)] |