mirror of
https://github.com/nilaoda/N_m3u8DL-RE.git
synced 2025-04-29 22:24:34 +02:00
优化进度条描述文本的长度
This commit is contained in:
parent
5972cee7ff
commit
9cc077d885
@ -799,7 +799,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
||||
//创建任务
|
||||
var dic = SelectedSteams.Select(item =>
|
||||
{
|
||||
var task = ctx.AddTask(item.ToShortString(), autoStart: false, maxValue: 0);
|
||||
var task = ctx.AddTask(item.ToShortShortString(), autoStart: false, maxValue: 0);
|
||||
SpeedContainerDic[task.Id] = new SpeedContainer(); //速度计算
|
||||
LastFileNameDic[task.Id] = "";
|
||||
DateTimeDic[task.Id] = 0L;
|
||||
|
Loading…
x
Reference in New Issue
Block a user