diff --git a/src/main.rs b/src/main.rs index c661854..a359815 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ async fn main() -> Result<()> { println!("Watching directory: {}", watch_path.display()); println!("Output directory: {}", output_path.display()); - let archiver = LivestreamArchiver::new(&output_path); + let archiver = LivestreamArchiver::new(&output_path.clone()); let processed_files = Arc::new(Mutex::new(HashSet::new())); // Process existing files first