Update SimpleLiveRecordManager2.cs
This commit is contained in:
parent
e37b379218
commit
c9cc8223d0
|
@ -712,6 +712,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
|||
};
|
||||
//开始刷新
|
||||
var producerTask = PlayListProduceAsync(dic);
|
||||
await Task.Delay(200);
|
||||
//并发下载
|
||||
await Parallel.ForEachAsync(dic, options, async (kp, _) =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue