mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 06:41:57 +00:00
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);
|
var producerTask = PlayListProduceAsync(dic);
|
||||||
|
await Task.Delay(200);
|
||||||
//并发下载
|
//并发下载
|
||||||
await Parallel.ForEachAsync(dic, options, async (kp, _) =>
|
await Parallel.ForEachAsync(dic, options, async (kp, _) =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user