mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 04:44:58 +00:00
fix: make HLS segment length match encoding params
This commit is contained in:
@ -571,6 +571,8 @@ impl Api {
|
||||
})
|
||||
.collect();
|
||||
|
||||
// TODO: past streams should include a history entry
|
||||
|
||||
Ok(HistoryResponse {
|
||||
items,
|
||||
page: 0,
|
||||
|
Reference in New Issue
Block a user