优化轨道信息打印
This commit is contained in:
parent
99cf887a70
commit
8cc6507c3f
|
@ -114,7 +114,7 @@ namespace N_m3u8DL_RE.Common.Entity
|
||||||
returnStr += " | ~" + GlobalUtil.FormatTime((int)total);
|
returnStr += " | ~" + GlobalUtil.FormatTime((int)total);
|
||||||
}
|
}
|
||||||
|
|
||||||
return returnStr;
|
return returnStr.TrimEnd().TrimEnd('|').TrimEnd();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue