no head for now
parent
5033c4016f
commit
4ab2e798af
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue