diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-26 04:22:51 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-26 04:22:51 +0100 |
commit | 8fb1a7033bc3936516f24b3a797d005ef9a54422 (patch) | |
tree | 56a08b891437425742e45dff8e66311da47a5028 /common | |
parent | 2e41b2b373d5a057061a7694aa5e83001efeaf0f (diff) | |
download | jellything-8fb1a7033bc3936516f24b3a797d005ef9a54422.tar jellything-8fb1a7033bc3936516f24b3a797d005ef9a54422.tar.bz2 jellything-8fb1a7033bc3936516f24b3a797d005ef9a54422.tar.zst |
snippet subtitles are working.
Diffstat (limited to 'common')
-rw-r--r-- | common/src/seek_index.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/seek_index.rs b/common/src/seek_index.rs index 07710a9..fb41b40 100644 --- a/common/src/seek_index.rs +++ b/common/src/seek_index.rs @@ -17,6 +17,7 @@ pub struct SeekIndex { #[derive(Debug, Clone, Decode, Encode)] pub struct BlockIndex { pub pts: u64, + // pub duration: Option<u64>, pub source_off: usize, pub size: usize, } |