mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
fixed type error
This commit is contained in:
parent
dfd83d260f
commit
e7f50d0995
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class hlsDownload {
|
|||
// map download threads
|
||||
const krq = new Map(),
|
||||
prq = new Map();
|
||||
const res = [];
|
||||
const res: any[] = [];
|
||||
let errcnt = 0;
|
||||
for (let px = offset; px < dlOffset && px < segments.length; px++) {
|
||||
const curp = segments[px];
|
||||
|
|
|
|||
Loading…
Reference in a new issue