no head for now

main
Bel LaPointe 2023-12-27 22:05:02 -05:00
parent 5033c4016f
commit 4ab2e798af
1 changed files with 1 additions and 3 deletions

View File

@ -80,9 +80,7 @@ fn analyze(file: String) -> Vec<Analyzed> {
screenshot: a_png.to_string(),
}];
}
let head: Vec<lib::video::ContentSpan> = vec![lib::video::ContentSpan{start: 0.0, stop: 0.0}];
let content_spans = content_spans.unwrap();
head.iter().chain(content_spans.iter())
content_spans.unwrap().iter()
.map(|content_span| {
let mut result = Analyzed{
start: content_span.start.to_string(),