aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main.rs')
-rw-r--r--server/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index 6243b3f..edf562a 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -52,7 +52,7 @@ fn stream(
tokio::task::spawn_blocking(move || {
if let Err(e) = remuxer.generate_into(
b,
- offset,
+ 0,
item.fs_path.parent().unwrap().to_path_buf(),
item.data.clone(),
selection,