From 8fb1a7033bc3936516f24b3a797d005ef9a54422 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 26 Jan 2024 04:22:51 +0100 Subject: snippet subtitles are working. --- common/src/seek_index.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/src/seek_index.rs') 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, pub source_off: usize, pub size: usize, } -- cgit v1.2.3-70-g09d2