no head for now
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user