UI link to video files
This commit is contained in:
parent
f0788f2c4a
commit
94589a21fe
11 changed files with 64 additions and 19 deletions
|
|
@ -176,7 +176,6 @@ impl HttpApi {
|
|||
.and_then(|s| s.parse().ok());
|
||||
if let Some(offset) = offset {
|
||||
status = StatusCode::PARTIAL_CONTENT;
|
||||
info!(offset, "range request offset");
|
||||
stream
|
||||
.seek(SeekFrom::Start(offset))
|
||||
.await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue