优化轨道信息打印

This commit is contained in:
nilaoda 2022-07-16 23:17:40 +08:00
parent 99cf887a70
commit 8cc6507c3f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ namespace N_m3u8DL_RE.Common.Entity
returnStr += " | ~" + GlobalUtil.FormatTime((int)total);
}
return returnStr;
return returnStr.TrimEnd().TrimEnd('|').TrimEnd();
}
}
}